Description
Adds a reference point which consists of a specified point coordinates to both model and project tree.Then it returns an RFErrorCode value indicating whether there occurs errror or not.
Syntax
Function RFRefGeomTools.AddRefPoint(pPoint As RFPoint3, pRefGeomID As RFEntityID) As RFErrorCode
The AddRefPoint syntax has these parts:
| Part | Description |
|---|---|
| pPoint | [IN] RFPoint3 Required. Point's geometry data. |
| pRefGeomID | [OUT] RFEntityID Required. The RFEntityID of reference point which is added. |
Remarks