AGI STK Astrogator 11 Send comments on this topic.
ReferenceType Property (IAgVAStateCalcDeltaRA)
See Also 





Description

The central body's reference type

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceType() As AgEVACalcObjectCentralBodyReference

[C#]
public AgEVACalcObjectCentralBodyReference ReferenceType {get; set;}

[Managed C++]
public: __property AgEVACalcObjectCentralBodyReference get_ReferenceType();
public: __property void set_ReferenceType(
AgEVACalcObjectCentralBodyReference
);

[Unmanaged C++]
public: HRESULT get_ReferenceType(
AgEVACalcObjectCentralBodyReference * pRetVal
);
public: HRESULT put_ReferenceType(
AgEVACalcObjectCentralBodyReference NewReferenceType
);

[Java]
public AgEVACalcObjectCentralBodyReference getReferenceType();public void setReferenceType(
AgEVACalcObjectCentralBodyReference
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1