←Select platform

ExObjLocation Enumeration

Summary

Locations for adding to an ExObjObjectList.

Syntax
C#
VB
C++
public enum ExObjLocation 
Public Enum ExObjLocation 
public: 
   enum class ExObjLocation sealed 
Members
Value Member Description
0 After Add to the parent list directly after the specified object
1 Before Add to the parent list directly before the specified object
2 Child Add as a child for the specified object
3 Sibling Add to the sibling list for the specified object
Remarks

When adding to Child or Sibling, if the corresponding list does not exist (ExObjObject.Children and ExObjObject.Siblings respectively), it will be created.

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.