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