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