public class CadBlockRotationParameter extends CadBlock2PtParameters
Class block rotation parameter.
CadBlock2PtParameters
Constructor and Description |
---|
CadBlockRotationParameter()
Initializes a new instance of the
CadBlockRotationParameter class. |
Modifier and Type | Method and Description |
---|---|
CadStringParameter |
getAttribute305()
Gets or sets the attribute 305.
|
CadStringParameter |
getAttribute306()
Gets or sets the attribute 306.
|
List<CadParameter> |
getBlockRotationParameterList()
Gets or sets the block rotation parameter list.
|
void |
setAttribute305(CadStringParameter value)
Gets or sets the attribute 305.
|
void |
setAttribute306(CadStringParameter value)
Gets or sets the attribute 306.
|
void |
setBlockRotationParameterList(List<CadParameter> value)
Gets or sets the block rotation parameter list.
|
getAttribute280, getAttribute281, getBlock2PtParameterList, setAttribute280, setAttribute281, setBlock2PtParameterList
getDbEvalExprParameterList, setDbEvalExprParameterList
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadBlockRotationParameter()
Initializes a new instance of the CadBlockRotationParameter
class.
public List<CadParameter> getBlockRotationParameterList()
Gets or sets the block rotation parameter list.
public void setBlockRotationParameterList(List<CadParameter> value)
Gets or sets the block rotation parameter list.
value
- The block rotation parameter list.public CadStringParameter getAttribute305()
Gets or sets the attribute 305.
public void setAttribute305(CadStringParameter value)
Gets or sets the attribute 305.
value
- The attribute 305.public CadStringParameter getAttribute306()
Gets or sets the attribute 306.
public void setAttribute306(CadStringParameter value)
Gets or sets the attribute 306.
value
- The attribute 306.