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++] |
|---|
|
| [Java] |
|---|
public IAgVAState getInitialState(); |
[Python - STK API ] |
|---|
@property def InitialState(self) -> "IAgVAState": |






