STK Vector Geometry ToolSend 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 ReferenceCentralBody
);
[Java]
public String getReferenceCentralBody();
public void setReferenceCentralBody(
    String
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.