| Revit 2022.1 API |
| LinePatternElement..::..GetLinePattern Method |
| LinePatternElement Class See Also |
Gets the LinePattern associated to this element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public LinePattern GetLinePattern() |
| Visual Basic |
|---|
Public Function GetLinePattern As LinePattern |
| Visual C++ |
|---|
public: LinePattern^ GetLinePattern() |