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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1