FabricSheetPlaceInHost Method |
Inserts the single Fabric Sheet instance into the host element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
- hostElement Element
-
A structural element that will host the Fabric Sheet. The element must support fabric hosting.
- transform Transform
-
The transform that defines the placement of the instance single Fabric Sheet.
Exceptions
See Also