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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.