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





Description

Set the grid point size. Valid value is between 1 and 20.

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1