Locations for adding to an ExObjObjectList.
public enum ExObjLocation
Public Enum ExObjLocation
public:
enum class ExObjLocation sealed
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 |
When adding to Child or Sibling, if the corresponding list does not exist (ExObjObject.Children and ExObjObject.Siblings respectively), it will be created.
For an example, refer to ExtractObjectsCommand.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document