AGI STK Objects 11Send comments on this topic.
Size Property (IAgVORefCrdnPoint)
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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.