RVTDocs.com
Namespace: Autodesk.Revit.DB Class: LinePattern

LinePattern.SetSegments

Method
Description:
Sets the sequence of segments that defines this line pattern.
Syntax
public void SetSegments(
	IList<LinePatternSegment> lineSegs
)
Parameters
Parameter Type Description
lineSegs IList The sequence of segments.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null