STK ObjectsSend 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 * pVal
);
public: HRESULT put_PointSize(
    double PointSize
);
[Java]
public double getPointSize();
public void setPointSize(
    double
);
[Python - STK API ]
@property
def PointSize(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.