AGI STK Objects 11 Send comments on this topic.
Radius Property (IAgVeVOGeoBox)
See Also 





Description

The radius from the center of the Earth to the center of the plane. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Radius() As Double

[C#]
public double Radius {get; set;}

[Managed C++]
public: __property double get_Radius();
public: __property void set_Radius(
double
);

[Unmanaged C++]
public: HRESULT get_Radius(
double * pRetVal
);
public: HRESULT put_Radius(
double NewRadius
);

[Java]
public double getRadius();public void setRadius(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1