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






Windows & Linux

Description

The reference body of the component. Read only when the ReferenceType is eVACalcObjectCentralBodyReferenceParent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceBody() As String

[C#]
public string ReferenceBody {get; set;}

[Managed C++]
public: __property String __gc ^ get_ReferenceBody();
public: __property void set_ReferenceBody(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceBody(
BSTR * pRetVal
);
public: HRESULT put_ReferenceBody(
BSTR NewReferenceBody
);

[Java]
public String getReferenceBody();public void setReferenceBody(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface