Click or drag to resize

LinetypeItemCollectionIndexOfName Method

Get the index of the name of the specified 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 int IndexOfName(
	string linetypeName
)

Parameters

linetypeName
Type: SystemString
Line style name

Return Value

Type: Int32
index
See Also