RVTDocs.com

FabricSheet.PlaceInHost

Method
Description:
Inserts the single Fabric Sheet instance into the host element.
Syntax
public void PlaceInHost(
	Element hostElement,
	Transform transform
)
Parameters
Parameter Type Description
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.
Return Value
Exceptions
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.