STK ObjectsSend 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 newVal
);
[Java]
public bool getCheckForHoles();
public void setCheckForHoles(
    bool
);
[Python - STK API ]
@property
def CheckForHoles(self) -> bool:

@CheckForHoles.setter
def CheckForHoles(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.