AGI STK Objects 11 Send comments on this topic.
CheckForHoles Property (IAgCvBoundsCustomRegions)
See Also 





Description

Check for holes in custom region.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_CheckForHoles();
public: __property void set_CheckForHoles(
bool
);

[Unmanaged C++]
public: HRESULT get_CheckForHoles(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_CheckForHoles(
VARIANT_BOOL NewCheckForHoles
);

[Java]
public bool getCheckForHoles();public void setCheckForHoles(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1