AGI STK Objects 11 Send comments on this topic.
ModelFile Property (IAgVOModelItem)
See Also 





Description

The path and filename of the model file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ModelFile() As String

[C#]
public string ModelFile {get; set;}

[Managed C++]
public: __property String __gc ^ get_ModelFile();
public: __property void set_ModelFile(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ModelFile(
BSTR * pRetVal
);
public: HRESULT put_ModelFile(
BSTR NewModelFile
);

[Java]
public String getModelFile();public void setModelFile(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1