Creates a placeholder sheet in a document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ViewSheet CreatePlaceholder(
Document aDoc
)
Parameters
- aDoc Document
-
The document.
Return Value
ViewSheet
The placeholder sheet.
Exceptions
Remarks
Placeholder sheets represent sheets stored outside of the Revit model,
but which should be organized along with the Revit sheets.
See Also
Reference