public class CadLayerTable extends CadBaseOwned
The Cad layer table.
Constructor and Description |
---|
CadLayerTable()
Initializes a new instance of the
CadLayerTable class. |
Modifier and Type | Method and Description |
---|---|
CadStringParameter |
getAttribute348()
Gets or sets the attribute348.
|
CadIntParameter |
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.
|
CadShortParameter |
getLineWeight()
Gets or sets the line weight.
|
CadStringParameter |
getMaterialHanlde()
Gets or sets the material hanlde.
|
String |
getName()
Gets or sets the name.
|
CadBoolParameter |
getPlotFlag()
Gets or sets the plot flag.
|
CadStringParameter |
getPlotStyleHandle()
Gets or sets the plot style handle.
|
void |
setAttribute348(CadStringParameter value)
Gets or sets the attribute348.
|
void |
setAttribute420(CadIntParameter 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(CadShortParameter value)
Gets or sets the line weight.
|
void |
setMaterialHanlde(CadStringParameter value)
Gets or sets the material hanlde.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setPlotFlag(CadBoolParameter value)
Gets or sets the plot flag.
|
void |
setPlotStyleHandle(CadStringParameter value)
Gets or sets the plot style handle.
|
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadLayerTable()
Initializes a new instance of the CadLayerTable
class.
public CadIntParameter getAttribute420()
Gets or sets the attribute420.
public void setAttribute420(CadIntParameter value)
Gets or sets the attribute420.
value
- The attribute 420.public short getColorId()
Gets or sets the color id.
public void setColorId(short value)
Gets or sets the color id.
public short getFlags()
Gets or sets the flags.
public void setFlags(short value)
Gets or sets the flags.
public String getLineTypeName()
Gets or sets the line type name.
public void setLineTypeName(String value)
Gets or sets the line type name.
public CadShortParameter getLineWeight()
Gets or sets the line weight.
public void setLineWeight(CadShortParameter value)
Gets or sets the line weight.
public CadStringParameter getAttribute348()
Gets or sets the attribute348.
public void setAttribute348(CadStringParameter value)
Gets or sets the attribute348.
value
- The attribute348.public CadStringParameter getMaterialHanlde()
Gets or sets the material hanlde.
public void setMaterialHanlde(CadStringParameter value)
Gets or sets the material hanlde.
public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
public CadBoolParameter getPlotFlag()
Gets or sets the plot flag.
public void setPlotFlag(CadBoolParameter value)
Gets or sets the plot flag.
public CadStringParameter getPlotStyleHandle()
Gets or sets the plot style handle.
public void setPlotStyleHandle(CadStringParameter value)
Gets or sets the plot style handle.