MeshModelLoadFromResource Method |
LightningChart .NET Help
Load from obj format resource.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void LoadFromResource(
string resourceName
)
Public Sub LoadFromResource (
resourceName As String
)
public:
void LoadFromResource(
String^ resourceName
)
Parameters
- resourceName
- Type: SystemString
Resource name.
See Also