←Select platform

ImmediateChildCount Property

Summary

The number of immediate children.

Syntax
C#
VB
C++
public uint ImmediateChildCount {get; set;} 
Public Property ImmediateChildCount() As UInteger 
   Get 
   Set 
public:  
   property UInt32 ImmediateChildCount 
   { 
      UInt32 get() 
      void set(UInt32 value) 
   } 

Property Value

The number of immediate children (this will be equal to Children.count).

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.