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





Description

Show/hide grid in 3D Graphics window.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowGrid();
public: __property void set_ShowGrid(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowGrid(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowGrid(
VARIANT_BOOL NewShowGrid
);

[Java]
public bool getShowGrid();public void setShowGrid(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1