public class CadLayerTable extends CadBaseOwned
The Cad layer table.
Constructor and Description |
---|
CadLayerTable() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute348()
Gets or sets the attribute348.
|
Integer |
getAttribute420()
Gets or sets the attribute420.
|
short |
getColorId()
Gets or sets the color id.
|
short |
getFlags()
Gets or sets the flags.
|
String |
getLineTypeName()
Gets or sets the line type name.
|
short |
getLineWeight()
Gets or sets the line weight.
|
String |
getMaterialHanlde()
Gets or sets the material hanlde.
|
String |
getName()
Gets or sets the name.
|
Boolean |
getPlotFlag()
Gets or sets the plot flag.
|
String |
getPlotStyleHandle()
Gets or sets the plot style handle.
|
void |
setAttribute348(String value)
Gets or sets the attribute348.
|
void |
setAttribute420(Integer value)
Gets or sets the attribute420.
|
void |
setColorId(short value)
Gets or sets the color id.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setLineTypeName(String value)
Gets or sets the line type name.
|
void |
setLineWeight(short value)
Gets or sets the line weight.
|
void |
setMaterialHanlde(String value)
Gets or sets the material hanlde.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setPlotFlag(Boolean value)
Gets or sets the plot flag.
|
void |
setPlotStyleHandle(String value)
Gets or sets the plot style handle.
|
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public final Integer getAttribute420()
Gets or sets the attribute420.
public final void setAttribute420(Integer value)
Gets or sets the attribute420.
value
- The attribute 420.public final short getColorId()
Gets or sets the color id.
public final void setColorId(short value)
Gets or sets the color id.
public final short getFlags()
Gets or sets the flags.
public final void setFlags(short value)
Gets or sets the flags.
public final String getLineTypeName()
Gets or sets the line type name.
public final void setLineTypeName(String value)
Gets or sets the line type name.
public final short getLineWeight()
Gets or sets the line weight.
public final void setLineWeight(short value)
Gets or sets the line weight.
public final String getAttribute348()
Gets or sets the attribute348.
public final void setAttribute348(String value)
Gets or sets the attribute348.
value
- The attribute348.public final String getMaterialHanlde()
Gets or sets the material hanlde.
public final void setMaterialHanlde(String value)
Gets or sets the material hanlde.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
public final Boolean getPlotFlag()
Gets or sets the plot flag.
public final void setPlotFlag(Boolean value)
Gets or sets the plot flag.
public final String getPlotStyleHandle()
Gets or sets the plot style handle.
public final void setPlotStyleHandle(String value)
Gets or sets the plot style handle.