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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.