public class CadLayerTable extends CadBaseTable
The Cad layer table.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadLayerTable()
Initializes a new instance of the
CadLayerTable class. |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
getMaxTableEntriesCount, getTableName, mergeProperties_internalized, setMaxTableEntriesCount, setTableName
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadLayerTable()
Initializes a new instance of the CadLayerTable
class.
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 short getLineWeight()
Gets or sets the line weight.
public void setLineWeight(short value)
Gets or sets the line weight.
public String getMaterialHanlde()
Gets or sets the material hanlde.
public void setMaterialHanlde(String 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 boolean getPlotFlag()
Gets or sets the plot flag.
public void setPlotFlag(boolean value)
Gets or sets the plot flag.
public String getPlotStyleHandle()
Gets or sets the plot style handle.
public void setPlotStyleHandle(String value)
Gets or sets the plot style handle.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.