RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ViewSheet

ViewSheet.CreatePlaceholder

Method
Description:
Creates a placeholder sheet in a document.
Remarks:
Placeholder sheets represent sheets stored outside of the Revit model, but which should be organized along with the Revit sheets.
Syntax
public static ViewSheet CreatePlaceholder(
	Document aDoc
)
Parameters
Parameter Type Description
aDoc Document The document.
Return Value
Type Description
ViewSheet The placeholder sheet.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null