STK UtilSend 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 * pVal
);
public: HRESULT put_Radius(
    double pVal
);
[Java]
public double getRadius();
public void setRadius(
    double
);
[Python - STK API ]
@property
def Radius(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.