public class CadBlockRotationParameter extends CadBlock2PtParameters
Class block rotation parameter.
CadBaseObject| Constructor and Description |
|---|
CadBlockRotationParameter()
Initializes a new instance of the
CadBlockRotationParameter class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute305()
Gets or sets the attribute 305.
|
String |
getAttribute306()
Gets or sets the attribute 306.
|
List<CadParameter> |
getBlockRotationParameterList()
Gets or sets the block rotation parameter list.
|
void |
setAttribute305(String value)
Gets or sets the attribute 305.
|
void |
setAttribute306(String 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, setBlock2PtParameterListgetDbEvalExprParameterList, getEvalExprMajor, getEvalExprMinor, getEvalExprNodeId, getEvalExprParentId, getEvalExprValueCode, setDbEvalExprParameterList, setEvalExprMajor, setEvalExprMinor, setEvalExprNodeId, setEvalExprParentId, setEvalExprValueCodegetChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadBlockRotationParameter()
Initializes a new instance of the CadBlockRotationParameter class.
public final List<CadParameter> getBlockRotationParameterList()
Gets or sets the block rotation parameter list.
public final void setBlockRotationParameterList(List<CadParameter> value)
Gets or sets the block rotation parameter list.
value - The block rotation parameter list.public final String getAttribute305()
Gets or sets the attribute 305.
public final void setAttribute305(String value)
Gets or sets the attribute 305.
value - The attribute 305.public final String getAttribute306()
Gets or sets the attribute 306.
public final void setAttribute306(String value)
Gets or sets the attribute 306.
value - The attribute 306.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.