RFDocument.ExportSingleBaseProfile (Available After RapidForm2004 ServicePack2)



Your Ad Here

Description

Saves all the Sketch curves of a specified BaseProfile 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.ExportSingleBaseProfile( profileID As RFEntityID, fileName As String, type As RF3DFileType, b3D As Bool ) As RFErrorCode

The ExportSingleBaseProfile syntax has these parts:

Part Description
profileID [INRFEntityID Required. Base profile's RFEntityID to export.
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 [INBool Required. It determines whether the base profile is 3D or 2D.

Remarks

Return to Rapidform Index


Your Ad Here