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





Description

The width of the line with which the area target's boundary displays.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundaryWidth() As Integer

[C#]
public int BoundaryWidth {get; set;}

[Managed C++]
public: __property int get_BoundaryWidth();
public: __property void set_BoundaryWidth(
int
);

[Unmanaged C++]
public: HRESULT get_BoundaryWidth(
long * pRetVal
);
public: HRESULT put_BoundaryWidth(
long NewBoundaryWidth
);

[Java]
public int getBoundaryWidth();public void setBoundaryWidth(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1