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





Description

Show/hide grid lines.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowGridLines();
public: __property void set_ShowGridLines(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowGridLines(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowGridLines(
VARIANT_BOOL NewShowGridLines
);

[Java]
public bool getShowGridLines();public void setShowGridLines(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1