STK ObjectsSend comments on this topic.
VolumetricRadius Property (IAgStkCentralBodyEllipsoid)
See Also
Windows





Windows & Linux

Description

A volumetric radius of the central body (a*b*c)^(1/3).

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property VolumetricRadius() As Double
[C#]
public double VolumetricRadius {get;}
[Managed C++]
public: __property double get_VolumetricRadius();
[Unmanaged C++]
public: HRESULT get_VolumetricRadius(
    double * pRetVal
);
[Java]
public double getVolumetricRadius();
[Python - STK API ]
@property
def VolumetricRadius(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.