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





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 * pRetVal
);
public: HRESULT put_RectGridVisible(
VARIANT_BOOL NewRectGridVisible
);

[Java]
public bool getRectGridVisible();public void setRectGridVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1