←Select platform

Children Property

Summary

Gets the nested children for the object.

Syntax
C#
VB
C++
public ExObjObjectList Children {get;} 
Public ReadOnly Property Children() As ExObjObjectList 
   Get 
public:  
   property ExObjObjectList^ Children 
   { 
      ExObjObjectList^ get() 
   } 

Property Value

The nested children for the object.

Remarks

ExtractObjectsCommand.DetectChildren must be true for Children to be populated.

Children can also be populated manually using ExObjObjectList.Add(ExObjObject,ExObjObject,ExObjLocation) and ExObjLocation.Child.

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.