Retrieves the FillPatternElement by its name.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static FillPatternElement GetFillPatternElementByName(
Document document,
FillPatternTarget target,
string name
)
Parameters
- document Document
-
The document in which to retrieve the FillPatternElement.
- target FillPatternTarget
-
The FillPatternTarget of the FillPatternElement.
- name String
-
The name of the FillPatternElement.
Return Value
FillPatternElement
The FillPatternElement.
Exceptions
See Also
Reference