STK ObjectsSend comments on this topic.
Width Property (IAgEOIRShapePlate)
See Also
Windows





Windows & Linux

Description

Property used to access the radius dimension of a plate shape.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Width() As Double
[C#]
public double Width {get; set;}
[Managed C++]
public: __property double get_Width();
public: __property void set_Width( double );
[Unmanaged C++]
public: HRESULT get_Width(
    double * pRetVal
);
public: HRESULT put_Width(
    double Radius
);
[Java]
public double getWidth();
public void setWidth(
    double
);
[Python - STK API ]
@property
def Width(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.