Click or drag to resize

GenericSPDrawLine Method

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)
Syntax
public double DrawLine(
	Line line
)

Parameters

line
Type: CadcorpLine
The line object to draw

Return Value

Type: Double
The length of the line.
See Also