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