RFModel.FindShellsByName



Your Ad Here

Description

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

Syntax

Function RFModel.FindShellsByName(Name As String, firstOnly As Boolean, maxShellCount As Long, pShellIDs As RFEntityID) As Long

The FindShellsByName syntax has these parts:

Part Description
Name [INString Required. String expression containing shell name to be searched.
firstOnly [INBoolean Required. It determines if the searching stops when the first shell is found which is named as specified.
maxShellCount [INLong Required. The size of pShellIDs array. (Maximum number of found shells expected.)
pShellIDs [OUTRFEntityID Required. The first element of RFEntityID array to store shells RFEntityID.

Remarks

Note

 

Return to Rapidform Index


Your Ad Here