Esempio n. 1
0
        public IDictionaryEntry Clone(CloneContext cloneContext)
        {
            DxfDictionaryEntry dxfDictionaryEntry = new DxfDictionaryEntry();

            dxfDictionaryEntry.CopyFrom(this, cloneContext);
            return((IDictionaryEntry)dxfDictionaryEntry);
        }
Esempio n. 2
0
 public void CopyFrom(DxfDictionaryEntry from, CloneContext cloneContext)
 {
     this.string_0 = from.string_0;
     this.bool_0   = from.bool_0;
     if (from.dxfObjectReference_0 == null)
     {
         return;
     }
     this.dxfObjectReference_0 = from.dxfObjectReference_0.Value != null ? ((DxfHandledObject)((DxfHandledObject)from.dxfObjectReference_0.Value).Clone(cloneContext)).Reference : DxfObjectReference.Null;
 }
Esempio n. 3
0
 public Class332(DxfDictionary dictionary, DxfDictionaryEntry dictionaryEntry, ulong itemHandle)
 {
     this.dxfDictionary_0      = dictionary;
     this.dxfDictionaryEntry_0 = dictionaryEntry;
     this.ulong_0 = itemHandle;
 }
Esempio n. 4
0
 public Class332(DxfDictionary dictionary, DxfDictionaryEntry dictionaryEntry)
 {
     this.dxfDictionary_0      = dictionary;
     this.dxfDictionaryEntry_0 = dictionaryEntry;
 }