Get the final state of the segment.
Read-only property
[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": |