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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Radius1() As Double
[C#]
public double Radius1 {get; set;}
[Managed C++]
public: __property double get_Radius1();
public: __property void set_Radius1( double );
[Unmanaged C++]
public: HRESULT get_Radius1(
    double * pRetVal
);
public: HRESULT put_Radius1(
    double Radius1
);
[Java]
public double getRadius1();
public void setRadius1(
    double
);
[Python - STK API ]
@property
def Radius1(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.