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





Description

The style in which the area target's boundary displays.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundaryStyle() As  AgELineStyle

[C#]
public  AgELineStyle BoundaryStyle {get; set;}

[Managed C++]
public: __property  AgELineStyle^ get_BoundaryStyle();
public: __property void set_BoundaryStyle(
AgELineStyle ^
);

[Unmanaged C++]
public: HRESULT get_BoundaryStyle(
AgELineStyle ** ppRetVal
);
public: HRESULT put_BoundaryStyle(
AgELineStyle * pNewBoundaryStyle
);

[Java]
public  AgELineStyle getBoundaryStyle();public void setBoundaryStyle(
AgELineStyle
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1