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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface