Creates a new LinePatternElement.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static LinePatternElement Create(
Document document,
LinePattern linePattern
)
Parameters
- document Document
-
The document in which to create the LinePatternElement.
- linePattern LinePattern
-
The LinePattern associated to the newly created LinePatternElement.
Return Value
LinePatternElement
The newly created LinePatternElement.
Exceptions
See Also
Reference