Description
Collects entity's ID of all features in the model in an RFEntityID array and returns a Long value indicating the number of features.
Syntax
Function RFModel.EnumFeatures(pFeatureIDs As RFEntityID) As Long
The EnumFeatures syntax has these parts:
| Part | Description |
|---|---|
| pFeatureIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store features RFEntityID. |
Remarks