STK ObjectsSend comments on this topic.
IsRegionVisible Property (IAgCvGfxStatic)
See Also
Windows





Windows & Linux

Description

Specify whether the boundary of each coverage region displays in the 2D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsRegionVisible() As Boolean
[C#]
public bool IsRegionVisible {get; set;}
[Managed C++]
public: __property bool get_IsRegionVisible();
public: __property void set_IsRegionVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsRegionVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsRegionVisible(
    VARIANT_BOOL IsRegionVisible
);
[Java]
public bool getIsRegionVisible();
public void setIsRegionVisible(
    bool
);
[Python - STK API ]
@property
def IsRegionVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.