Description
Saves the specified curves 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.ExportCurves2( fileName As String, type As RF3DFileType, numCurves As Long, pCurveIDs As RFEntityID ) As RFErrorCode
The ExportCurves2 syntax has these parts:
| Part | Description |
|---|---|
| fileName | [IN] String Required. The file name for base profile. |
| type | [IN] RF3DFileType Required. File format to be saved. |
| numCurves | [IN] Long Required. The number of curves to be saved. |
| pCurveIDs | [IN] RFEntityID Required. The first element of array storing curves' RFEntityID. |
Remarks