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






Windows & Linux

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 * pBoundaryFill
);
public: HRESULT put_BoundaryFill(
    VARIANT_BOOL pBoundaryFill
);
[Java]
public bool getBoundaryFill();
public void setBoundaryFill(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.