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






Windows & Linux

Description

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

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.