RFModel.FindFeaturesByName



Your Ad Here

Description

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

Syntax

Function RFModel.FindFeaturesByName(Name As String, firstOnly As Boolean, maxFeatureCount As Long, pFeatureIDs As RFEntityID) As Long

The FindFeaturesByName syntax has these parts:

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

Remarks

Note

 

Return to Rapidform Index


Your Ad Here