Description
Get the number of surface entities in the specified layer.
Syntax
Function RFUserInterface.GetNurbsSurfaceItemCountInLayer(layerID As RFEntityID, piItemCount As Long) As RFErrorCode
The GetNurbsSurfaceItemCountInLayer syntax has these parts:
| Part | Description |
|---|---|
| layerID | [IN] RFEntityID Required. Layer's RFEntityID. |
| piItemCount | [OUT] Long Required. The number of items in specified layer. |