Description
Retrieves the start and end vertex entity ID's from the RFEdgeUse interface object.
Syntax
Function RFEdgeUse.GetID(pStVertexID As RFEntityID, pEndVertexID As RFEntityID) As RFErrorCode
The GetID syntax has these parts:
| Part | Description |
|---|---|
| pStVertexID | [OUT] RFEntityID Required. Entity ID of the start vertex of the edge-use. |
| pEndVertexID | [OUT] RFEntityID Required. Entity ID of the end vertex of the edge-use. |
Remarks