STK ObjectsSend comments on this topic.
Position Property (IAgMtoAnalysis)
See Also
Windows





Windows & Linux

Description

Returns a spatial state of the mto at specified time.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Position() As IAgMtoAnalysisPosition
[C#]
public IAgMtoAnalysisPosition Position {get;}
[Managed C++]
public: __property IAgMtoAnalysisPosition ^ get_Position();
[Unmanaged C++]
public: HRESULT get_Position(
    IAgMtoAnalysisPosition ** ppRetVal
);
[Java]
public IAgMtoAnalysisPosition getPosition();
[Python - STK API ]
@property
def Position(self) -> "IAgMtoAnalysisPosition":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.