Description
Collects entity's ID of all sectional deviations for inspection in the model in an RFEntityID array.
Syntax
Sub RFModel.EnumInspectSectionDeviations(pEntityIDs As RFEntityID, pCount As Long)
The EnumInspectSectionDeviations syntax has these parts:
| Part | Description |
|---|---|
| pEntityIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store sectional deviations RFEntityID. |
| pCount | [IN, OUT] Long Required. The size of pEntityIDs array. |
Remarks