STK AstrogatorSend comments on this topic.
FinalState Property (IAgVAMCSSegment)
See Also
Windows





Windows & Linux

Description

The final state of the segment.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.