STK ObjectsSend comments on this topic.
ShowActiveInactiveBoundary Property (IAgVmVOActiveGridPoints)
See Also
Windows





Windows & Linux

Description

Show or hide the Active/Inactive Boundary.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowActiveInactiveBoundary() As Boolean
[C#]
public bool ShowActiveInactiveBoundary {get; set;}
[Managed C++]
public: __property bool get_ShowActiveInactiveBoundary();
public: __property void set_ShowActiveInactiveBoundary( bool );
[Unmanaged C++]
public: HRESULT get_ShowActiveInactiveBoundary(
    VARIANT_BOOL * pShow
);
public: HRESULT put_ShowActiveInactiveBoundary(
    VARIANT_BOOL pShow
);
[Java]
public bool getShowActiveInactiveBoundary();
public void setShowActiveInactiveBoundary(
    bool
);
[Python - STK API ]
@property
def ShowActiveInactiveBoundary(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.