2027 Method
Changes 0
M

AssemblyViewUtils.CreateSheet

Description:
Creates a new sheet assembly view for the assembly instance.
Remarks:
The document must be regenerated before using the sheet.
public static ViewSheet CreateSheet(
	Document document,
	ElementId assemblyInstanceId,
	ElementId titleBlockId
)
  • document
    The document to which the view will be added.
  • assemblyInstanceId
    Id of the assembly instance that owns the new view.
  • titleBlockId
    Id of the titleblock family to use. For no titleblock, pass invalidElementId.
Return Value ViewSheet A new sheet assembly view.