public class DgnElementProperties extends Object
Represents element properties
Constructor and Description |
---|
DgnElementProperties(int rawData,
byte[] data)
Initializes a new instance of the
DgnElementProperties class |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAttribute()
Gets or sets the Attribute data of a file element
|
short |
getClassElement()
Gets class element
|
int |
getOrientation()
Gets element orientation
|
boolean |
isAttributeDataPresent()
Gets a value indicating whether element has attribute data present
|
boolean |
isLocked()
Gets a value indicating whether element is locked
|
boolean |
isModified()
Gets a value indicating whether element is modified
|
boolean |
isNew()
Gets a value indicating whether element is new
|
boolean |
isPlanar()
Gets a value indicating whether element is planar
|
boolean |
isSnapable()
Gets a value indicating whether element could be snapped
|
void |
setAttribute(byte[] value)
Gets or sets the Attribute data of a file element
|
public DgnElementProperties(int rawData, byte[] data)
Initializes a new instance of the DgnElementProperties
class
rawData
- raw data of property contextpublic short getClassElement()
Gets class element
public boolean isLocked()
Gets a value indicating whether element is locked
public boolean isNew()
Gets a value indicating whether element is new
public boolean isModified()
Gets a value indicating whether element is modified
public boolean isAttributeDataPresent()
Gets a value indicating whether element has attribute data present
public int getOrientation()
Gets element orientation
public boolean isPlanar()
Gets a value indicating whether element is planar
public boolean isSnapable()
Gets a value indicating whether element could be snapped
public byte[] getAttribute()
Gets or sets the Attribute data of a file element
public void setAttribute(byte[] value)
Gets or sets the Attribute data of a file element