STK AstrogatorSend comments on this topic.
ReferenceSelection Property (IAgVAStateCalcSolarInPlaneAngle)
See Also
Windows





Windows & Linux

Description

The reference object selection.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceSelection() As AgEVACalcObjectReference
[C#]
public AgEVACalcObjectReference ReferenceSelection {get; set;}
[Managed C++]
public: __property AgEVACalcObjectReference get_ReferenceSelection();
public: __property void set_ReferenceSelection( AgEVACalcObjectReference );
[Unmanaged C++]
public: HRESULT get_ReferenceSelection(
    AgEVACalcObjectReference * pVal
);
public: HRESULT put_ReferenceSelection(
    AgEVACalcObjectReference InVal
);
[Java]
public AgEVACalcObjectReference getReferenceSelection();
public void setReferenceSelection(
    AgEVACalcObjectReference
);
[Python - STK API ]
@property
def ReferenceSelection(self) -> "AgEVACalcObjectReference":

@ReferenceSelection.setter
def ReferenceSelection(self, InVal:"AgEVACalcObjectReference") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.