STK ObjectsSend 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
);
[Python - STK API ]
@property
def ShowGridLines(self) -> bool:

@ShowGridLines.setter
def ShowGridLines(self, pShow:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.