FabricSheet.Create
Description:
Creates a new instance of a single flat Fabric Sheet element within the project.
Creates a new instance of a single flat Fabric Sheet element within the project.
Overloads (2):
public static FabricSheet Create(
Document document,
Element hostElement,
ElementId fabricSheetTypeId
)
-
documentThe document in which the fabric sheet is to be created.
-
hostElementThe element that will host the FabricSheet. The host can be a Structural Floor, Structural Wall, Structural Slab, or a Part created from a structural layer belonging to one of those element types.
-
fabricSheetTypeIdThe id of the FabricSheetType.
-
The element hostElement was not found in the given document. -or- The host Element is not a valid host for Fabric Sheet. -or- fabricSheetTypeId should refer to an FabricSheetType element.
-
A non-optional argument was null