Description
Returns an RFEntityID value indicating NURBS curve's RFEntityID that has a specified indexing.
Syntax
Function RFDocument.GetCurveAt(index As Long, pCurveID As RFEntityID) As RFEntityID
The GetCurveAt syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. NURBS curve's index. |
| pCurveID | [OUT] RFEntityID Required. NURBS curve's RFEntityID. |
Remarks