RFDocument.ExportBaseProfiles (Available After RapidForm2004 ServicePack2)



Your Ad Here

Description

Saves all the Sketch curves of the BaseProfiles as a file using a specified new path file name and file format, and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFDocument.ExportBaseProfiles( fileName As String, type As RF3DFileType, b3D As Boolean, bShownEntityOnly As Boolean ) As RFErrorCode

The ExportBaseProfiles syntax has these parts:

Part Description
fileName [INString Required. The file name for base profile.
type [INRF3DFileType Required. RF_FILE_DXF, RF_FILE_IGES and RF_FILE_STEP are valid.
b3D [INBoolean Required. It determines whether base profiles are 3D or 2D.
bShownEntityOnly [INBoolean Required. It determines whether only visible base profiles are saved or all the base profiles are saved.

Remarks

Return to Rapidform Index


Your Ad Here