RFDocument.ExportBaseProfiles2 (Available After RapidForm2004 PlusPack1)



Your Ad Here

Description

Saves specified sketch curves of the base profiles 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.ExportBaseProfiles2( fileName As String, type As RF3DFileType, numBaseProfiles As Long, pBaseProfileIDs As RFEntityID, b3DBaseProfile As Boolean) As RFErrorCode

The ExportBaseProfiles2 syntax has these parts:

Part Description
fileName [INString Required. The file name for base profile.
type [INRF3DFileType Required. File format to be saved.
numBaseProfiles [INLong Required. The number of base profiles to be saved.
pBaseProfileIDs [INRFEntity Required. The first element of array storing base profiles' RFEntityID.
b3DBaseProfile [INBoolean Required. It determines whether base profiles are 3D or 2D.

Remarks

Return to Rapidform Index


Your Ad Here