Description
Returns an RFEntityID value indicating a newly added entity ID of the reference cone containing the specified cone geometry and name.
Syntax
Function RFReferenceGeometry.AddRefCone(pCone As RFCone, Name As String) As RFEntityID
The AddRefCone syntax has these parts:
| Part | Description |
|---|---|
| pCone | [IN] RFCone Required. Cone data. |
| Name | [IN] String Required. String expression that identifies the reference geometry's name. |
Remarks