STK ObjectsSend comments on this topic.
PlaneGridSpacing Property (IAgVORefCrdnPlane)
See Also
Windows





Windows & Linux

Description

Spacing between grid points. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PlaneGridSpacing() As Double
[C#]
public double PlaneGridSpacing {get; set;}
[Managed C++]
public: __property double get_PlaneGridSpacing();
public: __property void set_PlaneGridSpacing( double );
[Unmanaged C++]
public: HRESULT get_PlaneGridSpacing(
    double * pVal
);
public: HRESULT put_PlaneGridSpacing(
    double pVal
);
[Java]
public double getPlaneGridSpacing();
public void setPlaneGridSpacing(
    double
);
[Python - STK API ]
@property
def PlaneGridSpacing(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.