public abstract class CadDbEvalExpr extends CadBaseObject
Class describing CadDbEvalExpr object.
Constructor and Description |
---|
CadDbEvalExpr()
Initializes a new instance of the
CadDbEvalExpr class. |
Modifier and Type | Method and Description |
---|---|
List<CadParameter> |
getDbEvalExprParameterList()
Gets or sets the database eval expr parameter list.
|
void |
setDbEvalExprParameterList(List<CadParameter> value)
Gets or sets the database eval expr parameter list.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadDbEvalExpr()
Initializes a new instance of the CadDbEvalExpr
class.
public List<CadParameter> getDbEvalExprParameterList()
Gets or sets the database eval expr parameter list.
public void setDbEvalExprParameterList(List<CadParameter> value)
Gets or sets the database eval expr parameter list.
value
- The database eval expr parameter list.