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





Description

Color in which the area target boundary is displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundaryColor() As System.Drawing.Color

[C#]
public System.Drawing.Color BoundaryColor {get; set;}

[Managed C++]
public: __property uint^ get_BoundaryColor();
public: __property void set_BoundaryColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_BoundaryColor(
uint ** ppRetVal
);
public: HRESULT put_BoundaryColor(
uint * pNewBoundaryColor
);

[Java]
public long getBoundaryColor();public void setBoundaryColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1