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





Description

Show/hide grid points in 3D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowGridPoints() As Boolean

[C#]
public bool ShowGridPoints {get; set;}

[Managed C++]
public: __property bool get_ShowGridPoints();
public: __property void set_ShowGridPoints(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowGridPoints(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowGridPoints(
VARIANT_BOOL NewShowGridPoints
);

[Java]
public bool getShowGridPoints();public void setShowGridPoints(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1