STK ObjectsSend comments on this topic.
BoundingRectVisible Property (IAgLtGraphics)
See Also
Windows





Windows & Linux

Description

A bounding rectangle is displayed using the outermost points defined for the line target as its reference.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundingRectVisible() As Boolean
[C#]
public bool BoundingRectVisible {get; set;}
[Managed C++]
public: __property bool get_BoundingRectVisible();
public: __property void set_BoundingRectVisible( bool );
[Unmanaged C++]
public: HRESULT get_BoundingRectVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_BoundingRectVisible(
    VARIANT_BOOL newVal
);
[Java]
public bool getBoundingRectVisible();
public void setBoundingRectVisible(
    bool
);
[Python - STK API ]
@property
def BoundingRectVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.