RVTDocs.com

LinePatternElement.SetLinePattern

Method
Description:
Sets the LinePattern associated to this element.
Remarks:
The data stored inside the input LinePattern will be copied into this element. The input LinePattern itself will not be associated with the element.
Syntax
public void SetLinePattern(
	LinePattern newLinePattern
)
Parameters
Parameter Type Description
newLinePattern LinePattern The new LinePattern object.
Return Value
Exceptions
Exception Condition
ArgumentException The Line Pattern is not valid.
ArgumentNullException A non-optional argument was null