CadBlock2PtParameters

Inheritance: java.lang.Object, CadBlockElement

Class describing BLOCK2PTPARAMETERS abstract object.

Constructors

ConstructorDescription
CadBlock2PtParameters()Initializes a new instance of the CadBlock2PtParameters class.

Methods

MethodDescription
getAttribute280()Gets or sets the attribute 280.
setAttribute280(Short value)Gets or sets the attribute 280.
getAttribute281()Gets or sets the attribute 281.
setAttribute281(Short value)Gets or sets the attribute 281.
getBlock2PtParameterList()Gets or sets the block2 pt parameter list.
setBlock2PtParameterList(List value)Gets or sets the block2 pt parameter list.

CadBlock2PtParameters()

public CadBlock2PtParameters()

Initializes a new instance of the CadBlock2PtParameters class.

getAttribute280()

public final Short getAttribute280()

Gets or sets the attribute 280.

Returns: Short - The attribute 280.

setAttribute280(Short value)

public final void setAttribute280(Short value)

Gets or sets the attribute 280.

Parameters:

ParameterTypeDescription
valueShortThe attribute 280.

getAttribute281()

public final Short getAttribute281()

Gets or sets the attribute 281.

Returns: Short - The attribute 281.

setAttribute281(Short value)

public final void setAttribute281(Short value)

Gets or sets the attribute 281.

Parameters:

ParameterTypeDescription
valueShortThe attribute 281.

getBlock2PtParameterList()

public final List<CadParameter> getBlock2PtParameterList()

Gets or sets the block2 pt parameter list.

Returns: List - The block2 pt parameter list.

setBlock2PtParameterList(List value)

public final void setBlock2PtParameterList(List<CadParameter> value)

Gets or sets the block2 pt parameter list.

Parameters:

ParameterTypeDescription
valueListThe block2 pt parameter list.