AGI STK Objects 11 Send comments on this topic.
IsCartesianGridVisible Property (IAgVeVOBPlaneTemplate)
See Also 





Description

Whether the Cartesian grid is displayed with the template.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsCartesianGridVisible() As Boolean

[C#]
public bool IsCartesianGridVisible {get; set;}

[Managed C++]
public: __property bool get_IsCartesianGridVisible();
public: __property void set_IsCartesianGridVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsCartesianGridVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsCartesianGridVisible(
VARIANT_BOOL NewIsCartesianGridVisible
);

[Java]
public bool getIsCartesianGridVisible();public void setIsCartesianGridVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1