Get the initial state of the segment.
Read-only property
[Visual Basic .NET] |
---|
Public Property InitialState() As IAgVAState |
[C#] |
---|
public IAgVAState InitialState {get;} |
[Managed C++] |
---|
public: __property IAgVAState ^ get_InitialState(); |
[Unmanaged C++] |
---|
public: HRESULT get_InitialState( IAgVAState ** ppRetVal ); |
[Java] |
---|
public IAgVAState getInitialState(); |
[Python - STK API ] |
---|
@property def InitialState(self) -> "IAgVAState": |