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






Windows & Linux

Description

The distance between grid lines. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GridSpacing() As Double

[C#]
public double GridSpacing {get; set;}

[Managed C++]
public: __property double get_GridSpacing();
public: __property void set_GridSpacing(
double
);

[Unmanaged C++]
public: HRESULT get_GridSpacing(
double * pRetVal
);
public: HRESULT put_GridSpacing(
double NewGridSpacing
);

[Java]
public double getGridSpacing();public void setGridSpacing(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface