Get the track's 3D model properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property Model() As IAgMtoVOModel |
[C#] |
---|
public IAgMtoVOModel Model {get;} |
[Managed C++] |
---|
public: __property IAgMtoVOModel ^ get_Model(); |
[Unmanaged C++] |
---|
public: HRESULT get_Model( IAgMtoVOModel ** ppVal ); |
[Java] |
---|
public IAgMtoVOModel getModel(); |
[Python - STK API ] |
---|
@property def Model(self) -> "IAgMtoVOModel": |