Sets the LinePattern associated to this element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetLinePattern(
LinePattern newLinePattern
)
Parameters
- newLinePattern LinePattern
-
The new LinePattern object.
Exceptions
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.
See Also
Reference