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






Windows & Linux

Description

If enabled the rectangle grid is visible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RectGridVisible() As Boolean
[C#]
public bool RectGridVisible {get; set;}
[Managed C++]
public: __property bool get_RectGridVisible();
public: __property void set_RectGridVisible( bool );
[Unmanaged C++]
public: HRESULT get_RectGridVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_RectGridVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getRectGridVisible();
public void setRectGridVisible(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.