public class DrawingEntity3D extends Object implements IDrawingEntity
| Modifier and Type | Method and Description |
|---|---|
List<IDrawingEntity> |
getChilds()
Gets the collection of a nested entities.
|
String |
getId()
Gets the unique identifier of an object inside a drawing.
|
public final String getId()
IDrawingEntityGets the unique identifier of an object inside a drawing.
getId in interface IDrawingEntitypublic final List<IDrawingEntity> getChilds()
IDrawingEntityGets the collection of a nested entities.
getChilds in interface IDrawingEntityCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.