Gets the default view name that will be used when creating a view list.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static string GetDefaultNameForViewList(
Document document
)
Parameters
- document Document
-
The document to which the new schedule will be added.
Return Value
String
The default view name.
Exceptions
See Also
Reference