Exemplo n.º 1
0
 public IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.Int32(this.int_0));
 }
Exemplo n.º 2
0
 public override IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.Distance(this.Value));
 }
Exemplo n.º 3
0
 public override IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.ScaleFactor(this.Value));
 }
Exemplo n.º 4
0
 public IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.WorldDirection(this.double_0, this.double_1, this.double_2));
 }
Exemplo n.º 5
0
 public virtual IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.Double(this.double_0));
 }
Exemplo n.º 6
0
 public IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.WorldSpaceDisplacement(this.double_0, this.double_1, this.double_2));
 }
Exemplo n.º 7
0
 public DxfExtendedData Clone(CloneContext cloneContext)
 {
     return(new DxfExtendedData(Class906.smethod_3(cloneContext, this.AppId), (DxfExtendedData.ValueCollection) this.values.Clone(cloneContext)));
 }
Exemplo n.º 8
0
 public IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.PointOrVector(this.double_0, this.double_1, this.double_2));
 }
Exemplo n.º 9
0
 public IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.BinaryData(this.byte_0 != null ? (byte[])this.byte_0.Clone() : (byte[])null));
 }
Exemplo n.º 10
0
 public IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.LayerReference(this.Value != null ? (DxfLayer)this.Value.Clone(cloneContext) : (DxfLayer)null));
 }
Exemplo n.º 11
0
 public IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.Bracket(this.bool_0));
 }
Exemplo n.º 12
0
 public IExtendedDataValue Clone(CloneContext cloneContext)
 {
     return((IExtendedDataValue) new DxfExtendedData.String(this.string_0));
 }