STK ObjectsSend 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 * pVal
);
public: HRESULT put_IsCartesianGridVisible(
    VARIANT_BOOL IsCartesianGridVisible
);
[Java]
public bool getIsCartesianGridVisible();
public void setIsCartesianGridVisible(
    bool
);
[Python - STK API ]
@property
def IsCartesianGridVisible(self) -> bool:

@IsCartesianGridVisible.setter
def IsCartesianGridVisible(self, IsCartesianGridVisible:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.