Click or drag to resize

ModelManagerOpen Method

Open Model

Namespace:  VIZCore3DX.NET.Manager
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.515 (1.0.25.515)
Syntax
C#
public bool Open(
	string file
)

Parameters

file
Type: SystemString
Model File Path

Return Value

Type: Boolean
True : Sucess / False : Fail
Examples
C#
// VIZCore3DX.NET Control
private VIZCore3DX.NET.VIZCore3DXControl vizcore3dx;

private void Example()
{
    string file = "C:\\MODEL\\CAD.vizx";

    vizcore3dx.Model.Open(file);
}
See Also

Reference

ModelManager.OpenUri(String)
ModelManager.OpenUri(String, String)
ModelManager.OpenStream(String, Byte)