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






Windows & Linux

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 * pBoundaryWidth
);
public: HRESULT put_BoundaryWidth(
    long pBoundaryWidth
);
[Java]
public int getBoundaryWidth();
public void setBoundaryWidth(
    int
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.