AGI STK Objects 11 Send comments on this topic.
Rad Property (IAgLLAGeocentric)
See Also 





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 * pRetVal
);
public: HRESULT put_Rad(
double NewRad
);

[Java]
public double getRad();public void setRad(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1