public abstract class DgnElementBase extends Object implements IDrawingEntity
Represents base class for all elements
| Constructor and Description |
|---|
DgnElementBase() |
| 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.
|
DgnElementMetadata |
getMetadata()
Gets element metadata
|
public String getId()
IDrawingEntityGets the unique identifier of an object inside a drawing.
getId in interface IDrawingEntitypublic List<IDrawingEntity> getChilds()
IDrawingEntityGets the collection of a nested entities.
getChilds in interface IDrawingEntitypublic final DgnElementMetadata getMetadata()
Gets element metadata
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.