FillPatternHostOrientation Enumeration

The types of orientations for fill patterns.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum FillPatternHostOrientation
Members
Member nameValueDescription
ToView0 All patterns share the same orientation and origin with respect to view, so they perfectly align at element transitions.
AsText1 Mimics the behavior of text. Patterns align with the host and share the same origin with respect to view.
ToHost2 Patterns align with the host and compute a origin to fit the host.
See Also