AGI STK Astrogator 11 Send comments on this topic.
SegmentStateToUse Property (IAgVAStateCalcValueAtSegmentOtherSat)
See Also 





Description

The segment state to use in the calculation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SegmentStateToUse() As AgEVASegmentState

[C#]
public AgEVASegmentState SegmentStateToUse {get; set;}

[Managed C++]
public: __property AgEVASegmentState get_SegmentStateToUse();
public: __property void set_SegmentStateToUse(
AgEVASegmentState
);

[Unmanaged C++]
public: HRESULT get_SegmentStateToUse(
AgEVASegmentState * pRetVal
);
public: HRESULT put_SegmentStateToUse(
AgEVASegmentState NewSegmentStateToUse
);

[Java]
public AgEVASegmentState getSegmentStateToUse();public void setSegmentStateToUse(
AgEVASegmentState
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1