Description
Sets the specified start and end vertex entity ID's to the RFEdgeUse interface object.
Syntax
Function RFEdgeUse.SetID(startVertexID As RFEntityID, endVertexID As RFEntityID) As RFErrorCode
The SetID syntax has these parts:
| Part | Description |
|---|---|
| startVertexID | [IN] RFEntityID Required. Entity ID of the start vertex of the edge-use to set. |
| endVertexID | [IN] RFEntityID Required. Entity ID of the end vertex of the edge-use to set. |
Remarks