STK ObjectsSend comments on this topic.
BoundaryVisible Property (IAgATGraphics)
See Also
Windows





Windows & Linux

Description

Specify whether to display the area target's boundary.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundaryVisible() As Boolean
[C#]
public bool BoundaryVisible {get; set;}
[Managed C++]
public: __property bool get_BoundaryVisible();
public: __property void set_BoundaryVisible( bool );
[Unmanaged C++]
public: HRESULT get_BoundaryVisible(
    VARIANT_BOOL * pShowBoundary
);
public: HRESULT put_BoundaryVisible(
    VARIANT_BOOL pShowBoundary
);
[Java]
public bool getBoundaryVisible();
public void setBoundaryVisible(
    bool
);
[Python - STK API ]
@property
def BoundaryVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.