Click or drag to resize

LinewidthItemCollectionGetLinewidthByNumber Method

Get the line type with the specified line width number.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract LinewidthItem GetLinewidthByNumber(
	int linewidthNumber
)

Parameters

linewidthNumber
Type: SystemInt32
Line width number

Return Value

Type: LinewidthItem
represent line width LinewidthItem.
See Also