Packages

 

com.aspose.cad.fileformats.cad

Class CadBlockRecordList

  • All Implemented Interfaces:
    com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes, com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, com.aspose.ms.System.Collections.IList, com.aspose.ms.System.ICloneable, Iterable


    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 Detail

      • CadBlockRecordList

        public CadBlockRecordList()

        //<<<<<<<< #endregion Fields //>>>>>>>> #region Constructors /**

        Initializes a new instance of the CadBlockRecordList class.

    • Method Detail

      • getCadSymbolTableGroupCodes

        public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()

        Gets or sets the cad symbol table group codes.

        Specified by:
        getCadSymbolTableGroupCodes in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
        Returns:
        The cad symbol table group codes.
      • setCadSymbolTableGroupCodes

        public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)

        Gets or sets the cad symbol table group codes.

        Specified by:
        setCadSymbolTableGroupCodes in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
        Parameters:
        value - The cad symbol table group codes.
      • deepClone

        public Object deepClone()

        The clone.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        The object.
      • addRange

        public void addRange(CadBlockTableObject[] objects)

        Adds the range of the objects to container.

        Parameters:
        objects - The objects array.
      • getBlockByLayoutHandle

        public final CadBlockTableObject getBlockByLayoutHandle(String layoutHandle)

        Gets block table by layout handle

        Parameters:
        layoutHandle - The layout handle.