TsgDXFConverter.AddXRefEx
Adds object of the TsgDXFXref class.
procedure AddXRefEx(ACADFile: TObject; AName: string; APos, AScale: TFPoint; Rotation: Single; ALayout: TsgDXFLayout);
ACADFile – object of the descendant of TsgCADImage class
AName – name for new object of the TsgDXFXref class
APos – insert point for new object of the TsgDXFXref class
AScale – X, Y and Z scale factors for new object of the TsgDXFXref class
Rotation – rotation angle for new object of the TsgDXFXref class
ALayout – layout for new object of the TsgDXFXref class
Description
Adds object of the TsgDXFXref class.
Go to CAD VCL Enterprise