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)
Syntaxpublic RouteSegment(
string description,
double length
)
Public Sub New (
description As String,
length As Double
)
Parameters
- description
- Type: SystemString
Instructions for traversing this segment of the route. - length
- Type: SystemDouble
The length of the segment (in metres).
See Also