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






Windows & Linux

Description

Whether the Polar grid is displayed with the template.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsPolarGridVisible();
public: __property void set_IsPolarGridVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsPolarGridVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsPolarGridVisible(
VARIANT_BOOL NewIsPolarGridVisible
);

[Java]
public bool getIsPolarGridVisible();public void setIsPolarGridVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface