Share

FillPattern(String, FillPatternTarget, FillPatternHostOrientation) Constructor

Creates a fill pattern based on the given name, FillPatternTarget and FillPatternHostOrientation.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public FillPattern(
	string name,
	FillPatternTarget target,
	FillPatternHostOrientation orientation
)

Parameters

name  String
The name.
target  FillPatternTarget
The fill pattern target.
orientation  FillPatternHostOrientation
The fill pattern orientation.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?