public IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.Int32(this.int_0)); }
public override IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.Distance(this.Value)); }
public override IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.ScaleFactor(this.Value)); }
public IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.WorldDirection(this.double_0, this.double_1, this.double_2)); }
public virtual IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.Double(this.double_0)); }
public IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.WorldSpaceDisplacement(this.double_0, this.double_1, this.double_2)); }
public DxfExtendedData Clone(CloneContext cloneContext) { return(new DxfExtendedData(Class906.smethod_3(cloneContext, this.AppId), (DxfExtendedData.ValueCollection) this.values.Clone(cloneContext))); }
public IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.PointOrVector(this.double_0, this.double_1, this.double_2)); }
public IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.BinaryData(this.byte_0 != null ? (byte[])this.byte_0.Clone() : (byte[])null)); }
public IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.LayerReference(this.Value != null ? (DxfLayer)this.Value.Clone(cloneContext) : (DxfLayer)null)); }
public IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.Bracket(this.bool_0)); }
public IExtendedDataValue Clone(CloneContext cloneContext) { return((IExtendedDataValue) new DxfExtendedData.String(this.string_0)); }