Revit 2026 API
Fill |
Gets and sets the origin of the fill grid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public UV Origin { get; set; }
Public Property Origin As UV Get Set
public: property UV^ Origin { UV^ get (); void set (UV^ value); }
member Origin : UV with get, set
Property Value
UVThe origin of the fill grid.

Exception | Condition |
---|---|
ArgumentNullException | When setting this property: A non-optional argument was null |
See Also