Packages

 

com.aspose.cad.fileformats.cad

Class CadBlockDictionary

  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.Generic.IGenericCollection<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadBlockEntity>>, com.aspose.ms.System.Collections.Generic.IGenericDictionary<String,CadBlockEntity>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadBlockEntity>>, com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadBlockEntity>>, com.aspose.ms.System.ICloneable, Iterable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadBlockEntity>>


    public class CadBlockDictionary
    extends NonGenericDictionary<String,CadBlockEntity>
    implements com.aspose.ms.System.ICloneable

    CAD blocks collection

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Collections.Generic.Dictionary

        com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.LinkSlots, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
    • Constructor Summary

      Constructors 
      Constructor and Description
      CadBlockDictionary()
      Initializes a new instance of the CadBlockDictionary class.
    • Constructor Detail

      • CadBlockDictionary

        public CadBlockDictionary()

        Initializes a new instance of the CadBlockDictionary class.

    • Method Detail

      • deepClone

        public Object deepClone()

        Clones the dictionary.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        A new object that is a shallow copy of this instance.