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(
|
| [Java] |
|---|
public IAgVAState getInitialState();
|