CadBlockRecordList

Inheritance: java.lang.Object, NonGenericList

All Implemented Interfaces: com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes

The cad view dictionary The following group codes apply to VPORT symbol table entries. The VPORT table is unique: it may contain several entries with the same name (indicating a multiple-viewport configuration). The entries corresponding to the active viewport configuration all have the name *ACTIVE. The first such entry describes the current viewport. Since the name is not unique, we use List as a container

Constructors

ConstructorDescription
CadBlockRecordList()//«««« #endregion Fields //»»»» #region Constructors /** Initializes a new instance of the CadBlockRecordList class.

Methods

MethodDescription
getCadSymbolTableGroupCodes()Gets or sets the cad symbol table group codes.
setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)Gets or sets the cad symbol table group codes.
deepClone()The clone.
addRange(CadBlockTableObject[] objects)Adds the range of the objects to container.
getBlockByLayoutHandle(String layoutHandle)Gets block table by layout handle

CadBlockRecordList()

public CadBlockRecordList()

//«««« #endregion Fields //»»»» #region Constructors /** Initializes a new instance of the CadBlockRecordList class.

getCadSymbolTableGroupCodes()

public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()

Gets or sets the cad symbol table group codes.

Returns: CadSymbolTableGroupCodes - The cad symbol table group codes.

setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)

public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)

Gets or sets the cad symbol table group codes.

Parameters:

ParameterTypeDescription
valueCadSymbolTableGroupCodesThe cad symbol table group codes.

deepClone()

public Object deepClone()

The clone.

Returns: Object - The object .

addRange(CadBlockTableObject[] objects)

public void addRange(CadBlockTableObject[] objects)

Adds the range of the objects to container.

Parameters:

ParameterTypeDescription
objectsCadBlockTableObject[]The objects array.

getBlockByLayoutHandle(String layoutHandle)

public final CadBlockTableObject getBlockByLayoutHandle(String layoutHandle)

Gets block table by layout handle

Parameters:

ParameterTypeDescription
layoutHandleStringThe layout handle.

Returns: CadBlockTableObject