AGI STK Objects 11Send comments on this topic.
BoundingRectVisible Property (IAgATGraphics)
See Also 
Windows






Windows & Linux

Description

Specify whether to construct a rectangle using the outermost boundaries defined for the area target and display it around the actual region covered by the area target.

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 * pRetVal
);
public: HRESULT put_BoundingRectVisible(
   VARIANT_BOOL NewBoundingRectVisible
);
[Java]
public bool getBoundingRectVisible();public void setBoundingRectVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.