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





Description

Specify whether to display the region covered by the area target as a filled area.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundaryFill() As Boolean

[C#]
public bool BoundaryFill {get; set;}

[Managed C++]
public: __property bool get_BoundaryFill();
public: __property void set_BoundaryFill(
bool
);

[Unmanaged C++]
public: HRESULT get_BoundaryFill(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_BoundaryFill(
VARIANT_BOOL NewBoundaryFill
);

[Java]
public bool getBoundaryFill();public void setBoundaryFill(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1