STK ObjectsSend comments on this topic.
Radius2 Property (IAgEOIRShapeCoupler)
See Also
Windows





Windows & Linux

Description

Property used to access the second radius dimension of a coupler shape.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Radius2() As Double
[C#]
public double Radius2 {get; set;}
[Managed C++]
public: __property double get_Radius2();
public: __property void set_Radius2( double );
[Unmanaged C++]
public: HRESULT get_Radius2(
    double * pRetVal
);
public: HRESULT put_Radius2(
    double Radius2
);
[Java]
public double getRadius2();
public void setRadius2(
    double
);
[Python - STK API ]
@property
def Radius2(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.