AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_BoundaryVisible(
   VARIANT_BOOL NewBoundaryVisible
);
[Java]
public bool getBoundaryVisible();public void setBoundaryVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.