Click or drag to resize

RouteSegment Constructor (String, Double)

Convenience constructor for use inside procedures.

Namespace:  Cadcorp
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public RouteSegment(
	string description,
	double length
)

Parameters

description
Type: SystemString
Instructions for traversing this segment of the route.
length
Type: SystemDouble
The length of the segment (in metres).
See Also