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





Windows & Linux

Description

Use to point parts of a facility or vehicle model toward a target, 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 ** ppRetVal
);
[Java]
public IAgVOModelPointing getModelPointing();
[Python - STK API ]
@property
def ModelPointing(self) -> "IAgVOModelPointing":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.