AGI STK VGT 11 Send comments on this topic.
ReferenceCentralBody Property (IAgCrdnVolumeGridBearingAlt)
See Also 
Windows






Windows & Linux

Description

Get the central bodyfor the volume grid. Both the central body reference shape and its CBF (central body centered fixed) system are used by this parameter set.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_ReferenceCentralBody();
public: __property void set_ReferenceCentralBody(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceCentralBody(
BSTR * pRetVal
);
public: HRESULT put_ReferenceCentralBody(
BSTR NewReferenceCentralBody
);

[Java]
public String getReferenceCentralBody();public void setReferenceCentralBody(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface