public class CadBlockRecordList extends NonGenericList implements com.aspose.ms.System.ICloneable
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, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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.
public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
value - The cad symbol table group codes.public Object deepClone()
The clone.
deepClone in interface com.aspose.ms.System.ICloneableobject.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.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.