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






Windows & Linux

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 * pShow
);
public: HRESULT put_ShowGridLines(
    VARIANT_BOOL pShow
);
[Java]
public bool getShowGridLines();
public void setShowGridLines(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.