STK ObjectsSend comments on this topic.
ShowGrid Property (IAgAntennaModelPhasedArray)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to show the grid in the antenna's element viewport GUI.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowGrid() As Boolean
[C#]
public bool ShowGrid {get; set;}
[Managed C++]
public: __property bool get_ShowGrid();
public: __property void set_ShowGrid( bool );
[Unmanaged C++]
public: HRESULT get_ShowGrid(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowGrid(
    VARIANT_BOOL val
);
[Java]
public bool getShowGrid();
public void setShowGrid(
    bool
);
[Python - STK API ]
@property
def ShowGrid(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.