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






Windows & Linux

Description

This property is deprecated. Use VOModelFile property instead.

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.