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






Windows & Linux

Description

Specify whether the individual perimeter points used to define the boundary of an area target are marked along the area target's boundary.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundaryPtsVisible() As Boolean

[C#]
public bool BoundaryPtsVisible {get; set;}

[Managed C++]
public: __property bool get_BoundaryPtsVisible();
public: __property void set_BoundaryPtsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_BoundaryPtsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_BoundaryPtsVisible(
VARIANT_BOOL NewBoundaryPtsVisible
);

[Java]
public bool getBoundaryPtsVisible();public void setBoundaryPtsVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface