STK AstrogatorSend 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 * pVal
);
public: HRESULT put_SegmentStateToUse(
    AgEVASegmentState InVal
);
[Java]
public AgEVASegmentState getSegmentStateToUse();
public void setSegmentStateToUse(
    AgEVASegmentState
);
[Python - STK API ]
@property
def SegmentStateToUse(self) -> "AgEVASegmentState":

@SegmentStateToUse.setter
def SegmentStateToUse(self, InVal:"AgEVASegmentState") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.