LinetypeCount

Returns the number of linetypes in the document.

Syntax

rhinoscriptsyntax.LinetypeCount()

rhinoscript.linetype.LinetypCount()

Parameters

None.

Returns

Number

The number of linetypes in the document.

Example

import rhinoscriptsyntax as rs

count = rs.LinetypeCount()

print "There are", count, "linetypes."

Also See

LinetypeNames