Draw a line object in the default overlay. If the Pen is null, then no actual drawing takes place
(but the line is still measured).
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic double DrawLine(
Line line
)
Public Function DrawLine (
line As Line
) As Double
Parameters
- line
- Type: CadcorpLine
The line object to draw
Return Value
Type:
DoubleThe length of the line.
See Also