NChartModel Constructor (String) |
Create model with contents of file.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartModel(
string filePath
)
Public Sub New (
filePath As String
)
public:
NChartModel(
[InAttribute] String^ filePath
)
Parameters
- filePath
- Type: SystemString
path to file containing the model.
See Also