STK ObjectsSend 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 * pShow
);
public: HRESULT put_ShowGridPoints(
    VARIANT_BOOL pShow
);
[Java]
public bool getShowGridPoints();
public void setShowGridPoints(
    bool
);
[Python - STK API ]
@property
def ShowGridPoints(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.