Description
Checks if a specified vertex is on boundary or not in the feature topology.
Syntax
Function RFFeature.IsBoundaryVertex(vertexID As RFEntityID, pbResult As Boolean) As RFErrorCode
The IsBoundaryVertex syntax has these parts:
| Part | Description |
|---|---|
| vertexID | [IN] RFEntityID Required. Entity ID of a vertex to check. |
| pbResult | [OUT] Boolean Required. Boolean value indicating the vertex is on boundary or not. |
Remarks