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