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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.