←Select platform

CheckContainerSubchildren Property

Summary

Indicates whether the number of children for container filtering includes sub-children.

Syntax
C#
VB
C++
public bool CheckContainerSubchildren {get; set;} 
Public Property CheckContainerSubchildren() As Boolean 
   Get 
   Set 
public:  
   property bool CheckContainerSubchildren 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to check the number of children in a container by recursing to lower objects; otherwise, false to only consider immediate children. The default value is false.

Remarks

IgnoreContainers must be true for this property to be used.

Example

For an example, refer to ExtractObjectsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.