RFModel.FindCurveLoopsByName (Available After RapidForm2002 PlusPack1)



Your Ad Here

Description

Searches and collects curveloops named as specified in an RFEntityID array and returns a Long value indicating the number of searched curveloops.

Syntax

Function RFModel.FindCurveLoopsByName(Name As String, firstOnly As Boolean, maxCurveLoopCount As Long, pCurveLoopIDs As RFEntityID) As Long

The FindCurveLoopsByName syntax has these parts:

Part Description
Name [INString Required. String expression containing curveloop name to search.
firstOnly [INBoolean Required. It determines if the searching stops when the first curveloop is found which is named as specified.
maxCurveLoopCount [INLong Required. The size of pCurveLoopIDs array. (Maximum number of found curveloops expected.)
pCurveLoopIDs [OUTRFEntityID Required. The first element of RFEntityID array to store curveloops RFEntityID.

Remarks

Note

Return to Rapidform Index


Your Ad Here