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 * pVal
);
public: HRESULT put_ModelFile(
    BSTR pVal
);
[Java]
public String getModelFile();
public void setModelFile(
    String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.