STK ObjectsSend comments on this topic.
Rad Property (IAgLLAGeocentric)
See Also
Windows





Windows & Linux

Description

Radius measured from the center of mass of the central body. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Rad() As Double
[C#]
public double Rad {get; set;}
[Managed C++]
public: __property double get_Rad();
public: __property void set_Rad( double );
[Unmanaged C++]
public: HRESULT get_Rad(
    double * pVal
);
public: HRESULT put_Rad(
    double Rad
);
[Java]
public double getRad();
public void setRad(
    double
);
[Python - STK API ]
@property
def Rad(self) -> float:

@Rad.setter
def Rad(self, Rad:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.