Revit 2025.3 API
Fabric |
Inserts the single Fabric Sheet instance into the host element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void PlaceInHost( Element hostElement, Transform transform )
Public Sub PlaceInHost ( hostElement As Element, transform As Transform )
public: void PlaceInHost( Element^ hostElement, Transform^ transform )
member PlaceInHost : hostElement : Element * transform : Transform -> unit
Parameters

Exception | Condition |
---|---|
ArgumentException | The host Element is not a valid host for Fabric Sheet. -or- transform defines the placement out of the host. |
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | transform is not conformal. |
See Also