STK ObjectsSend comments on this topic.
Size Property (IAgVORefCrdnPlane)
See Also
Windows





Windows & Linux

Description

Size of the selected geometric plane or point. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Size() As Double
[C#]
public double Size {get; set;}
[Managed C++]
public: __property double get_Size();
public: __property void set_Size( double );
[Unmanaged C++]
public: HRESULT get_Size(
    double * pVal
);
public: HRESULT put_Size(
    double pVal
);
[Java]
public double getSize();
public void setSize(
    double
);
[Python - STK API ]
@property
def Size(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.