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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1