STK ObjectsSend comments on this topic.
Model Property (IAgPlaceVO)
See Also
Windows





Windows & Linux

Description

Returns the 3D model properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Model() As IAgPtTargetVOModel
[C#]
public IAgPtTargetVOModel Model {get;}
[Managed C++]
public: __property IAgPtTargetVOModel ^ get_Model();
[Unmanaged C++]
public: HRESULT get_Model(
    IAgPtTargetVOModel ** ppAgModel
);
[Java]
public IAgPtTargetVOModel getModel();
[Python - STK API ]
@property
def Model(self) -> "IAgPtTargetVOModel":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.