STK AstrogatorSend comments on this topic.
State Property (IAgVAProfileChangeStopSegment)
See Also
Windows





Windows & Linux

Description

Gets or sets the new state of the targeted stop segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property State() As AgEVAState
[C#]
public AgEVAState State {get; set;}
[Managed C++]
public: __property AgEVAState get_State();
public: __property void set_State( AgEVAState );
[Unmanaged C++]
public: HRESULT get_State(
    AgEVAState * pVal
);
public: HRESULT put_State(
    AgEVAState newVal
);
[Java]
public AgEVAState getState();
public void setState(
    AgEVAState
);
[Python - STK API ]
@property
def State(self) -> "AgEVAState":

@State.setter
def State(self, newVal:"AgEVAState") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.