public abstract class CadBlock1PtParameters extends CadBlockElement
Class describing block parameters.
CadBlockElement| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getBlock1PtParameterList()
Gets or sets the block1 pt parameter list.
|
List<CadParameter> |
getBlockParameterList()
Gets or sets the block parameter list.
|
void |
setBlock1PtParameterList(List<CadParameter> value)
Gets or sets the block1 pt parameter list.
|
void |
setBlockParameterList(List<CadParameter> value)
Gets or sets the block parameter list.
|
getDbEvalExprParameterList, 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 List<CadParameter> getBlockParameterList()
Gets or sets the block parameter list.
public void setBlockParameterList(List<CadParameter> value)
Gets or sets the block parameter list.
value - The block parameter list.public List<CadParameter> getBlock1PtParameterList()
Gets or sets the block1 pt parameter list.
public void setBlock1PtParameterList(List<CadParameter> value)
Gets or sets the block1 pt parameter list.
value - The block1 pt parameter list.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.