Property used to access the mesh file.
Read-write property
[Visual Basic .NET] |
---|
Public Property MeshFile() As String |
[C#] |
---|
public string MeshFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_MeshFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_MeshFile( BSTR * pRetVal ); public: HRESULT put_MeshFile( BSTR MeshFile ); |
[Java] |
---|
public String getMeshFile(); public void setMeshFile( String ); |