DgnShapeElement
Inheritance: java.lang.Object, DgnLineElement
Represents shape element
Constructors
| Constructor | Description |
|---|---|
| DgnShapeElement(byte[] rawData, boolean is3DElementExpected) | Initializes a new instance of the DgnShapeElement class |
Methods
| Method | Description |
|---|---|
| getFilled() | Gets a value indicating whether this DgnShapeElement is filled. |
DgnShapeElement(byte[] rawData, boolean is3DElementExpected)
public DgnShapeElement(byte[] rawData, boolean is3DElementExpected)
Initializes a new instance of the DgnShapeElement class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawData | byte[] | raw data |
| is3DElementExpected | boolean | is 3D |
getFilled()
public final boolean getFilled()
Gets a value indicating whether this DgnShapeElement is filled.
Returns: boolean - true if filled; otherwise, false .