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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface