public final class CadMetadata extends MetadataContainer
Represents CAD metadata.
Constructor and Description |
---|
CadMetadata()
Initializes a new instance of the
CadMetadata class. |
Modifier and Type | Method and Description |
---|---|
String |
getAcadVersion()
Gets or sets the CAD version.
|
String[] |
getHeaderAttributes()
Gets array of header attributes.
|
int |
getHeight()
Gets or sets the height.
|
int |
getWidth()
Gets or sets the width.
|
void |
setAcadVersion(String value)
Gets or sets the CAD version.
|
void |
setHeight(int value)
Gets or sets the height.
|
void |
setWidth(int value)
Gets or sets the width.
|
getKeys
getByType, getMetadataType, readByStringKey
public CadMetadata()
Initializes a new instance of the CadMetadata
class.
public final String getAcadVersion()
Gets or sets the CAD version.
Value: The CAD version.public final void setAcadVersion(String value)
Gets or sets the CAD version.
Value: The CAD version.public final int getHeight()
Gets or sets the height.
Value: The height.public final void setHeight(int value)
Gets or sets the height.
Value: The height.public final int getWidth()
Gets or sets the width.
Value: The width.public final void setWidth(int value)
Gets or sets the width.
Value: The width.public final String[] getHeaderAttributes()
Gets array of header attributes.
Value: Header attributes.Copyright © 2017. All rights reserved.