STK ObjectsSend comments on this topic.
MeshFile Property (IAgEOIRShape)
See Also
Windows





Windows & Linux

Description

Property used to access the mesh file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeshFile() As String
[C#]
public string MeshFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_MeshFile();
public: __property void set_MeshFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_MeshFile(
    BSTR * pRetVal
);
public: HRESULT put_MeshFile(
    BSTR MeshFile
);
[Java]
public String getMeshFile();
public void setMeshFile(
    String
);
[Python - STK API ]
@property
def MeshFile(self) -> str:

@MeshFile.setter
def MeshFile(self, MeshFile:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.