Click or drag to resize

LinetypeItemCollectionAdd Method

Add line type.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract LinetypeItem Add(
	string name,
	double[] pitches
)

Parameters

name
Type: SystemString
Line style name
pitches
Type: SystemDouble
Array of double representing the pitch of the linetype

Return Value

Type: LinetypeItem
representing line type LinetypeItem.
Remarks
The number of arrays is an even number, maximum of 8. The odd number is the line, the even number is the interval length.
See Also