AGI STK Objects 11Send comments on this topic.
PointSize Property (IAgVeVOBPlaneInstance)
See Also 
Windows






Windows & Linux

Description

The size at which to display all points on the B-Plane. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointSize() As Double
[C#]
public double PointSize {get; set;}
[Managed C++]
public: __property double get_PointSize();
public: __property void set_PointSize(
   double
);
[Unmanaged C++]
public: HRESULT get_PointSize(
   double * pRetVal
);
public: HRESULT put_PointSize(
   double NewPointSize
);
[Java]
public double getPointSize();public void setPointSize(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.