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





Windows & Linux

Description

Returns 3D model pointing properties used to point parts of a place model toward a place, such as the Sun or Earth.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ModelPointing() As IAgVOModelPointing
[C#]
public IAgVOModelPointing ModelPointing {get;}
[Managed C++]
public: __property IAgVOModelPointing ^ get_ModelPointing();
[Unmanaged C++]
public: HRESULT get_ModelPointing(
    IAgVOModelPointing ** ppVal
);
[Java]
public IAgVOModelPointing getModelPointing();
[Python - STK API ]
@property
def ModelPointing(self) -> "IAgVOModelPointing":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.