AGI STK Util 11Send comments on this topic.
Radius Property (IAgCylindrical)
See Also 
Windows






Windows & Linux

Description

Dimension depends on context.

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.