public class CadBlockRecordList extends NonGenericList implements 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
Constructor and Description |
---|
CadBlockRecordList()
//<<<<<<<< #endregion Fields
//>>>>>>>> #region Constructors
/**
|
Modifier and Type | Method and Description |
---|---|
void |
addRange(CadBlockTableObject[] objects)
Adds the range of the objects to container.
|
Object |
deepClone()
The clone.
|
CadBlockTableObject |
getBlockByLayoutHandle(String layoutHandle)
Gets block table by layout handle
|
CadSymbolTableGroupCodes |
getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
|
void |
setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
|
addItem, clear, contains, copyTo, get_Item, getSyncRoot, indexOf, insertItem, isFixedSize, isReadOnly, isSynchronized, iterator, removeAt, removeItem, set_Item, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CadBlockRecordList()
//<<<<<<<< #endregion Fields //>>>>>>>> #region Constructors /**
Initializes a new instance of the CadBlockRecordList
class.
public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
getCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
setCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
value
- The cad symbol table group codes.public Object deepClone()
The clone.
deepClone
in interface com.aspose.ms.System.ICloneable
object
.public void addRange(CadBlockTableObject[] objects)
Adds the range of the objects to container.
objects
- The objects array.public final CadBlockTableObject getBlockByLayoutHandle(String layoutHandle)
Gets block table by layout handle
layoutHandle
- The layout handle.