Click or drag to resize

HatchLineDashAt Method

Get the dash length at the specified index.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public double DashAt(
	int dashIndex
)

Parameters

dashIndex
Type: SystemInt32
Index of the dash to get.

Return Value

Type: Double
The length of the dash. or gap if negative.
See Also