AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_Size(
double NewSize
);

[Java]
public double getSize();public void setSize(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface