Retrieves the FillPatternElement by its name. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0) 
  Since:  2012 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- document
-  Type:  Autodesk.Revit.DB Document  
 The document in which to retrieve the FillPatternElement.
- target
-  Type:  Autodesk.Revit.DB FillPatternTarget  
 The FillPatternTarget of the FillPatternElement.
- name
-  Type:  System String  
 The name of the FillPatternElement.
Return Value
The FillPatternElement.Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL | 
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |