STK ObjectsSend 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 * pBoundaryStyle
);
public: HRESULT put_BoundaryStyle(
    AgELineStyle BoundaryStyle
);
[Java]
public AgELineStyle getBoundaryStyle();
public void setBoundaryStyle(
    AgELineStyle
);
[Python - STK API ]
@property
def BoundaryStyle(self) -> "AgELineStyle":

@BoundaryStyle.setter
def BoundaryStyle(self, BoundaryStyle:"AgELineStyle") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.