AGI STK Astrogator 11 Send comments on this topic.
ReferenceSelection Property (IAgVAStateCalcCloseApproachX)
See Also 





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 * pRetVal
);
public: HRESULT put_ReferenceSelection(
AgEVACalcObjectReference NewReferenceSelection
);

[Java]
public AgEVACalcObjectReference getReferenceSelection();public void setReferenceSelection(
AgEVACalcObjectReference
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1