STK AstrogatorSend comments on this topic.
InitialState Property (IAgVAMCSSegment)
See Also
Windows





Windows & Linux

Description

The initial state of the segment.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.