Description
Draws a coordinate system in the document pane temporarily as specified.
Syntax
Sub RFDrawTools.DrawCooridnate(pCoord As RFCoordinate, pColor As RFColor, width As Single)
The DrawCooridnate syntax has these parts:
| Part | Description |
|---|---|
| pCoord | [IN] RFCoordinate Required. Coordinate's geometry data. |
| pColor | [IN] RFColor Required. Line color to draw. |
| width | [IN] Single Required. Line width to draw. |
Remarks