AGI STK Astrogator 11 Send comments on this topic.
State Property (IAgVAProfileChangeReturnSegment)
See Also 
Windows






Windows & Linux

Description

The new state for the targeted return segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property State() As AgEVAReturnControl

[C#]
public AgEVAReturnControl State {get; set;}

[Managed C++]
public: __property AgEVAReturnControl get_State();
public: __property void set_State(
AgEVAReturnControl
);

[Unmanaged C++]
public: HRESULT get_State(
AgEVAReturnControl * pRetVal
);
public: HRESULT put_State(
AgEVAReturnControl NewState
);

[Java]
public AgEVAReturnControl getState();public void setState(
AgEVAReturnControl
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface