Returns all the names of the settings instances in the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<string> ListNames(
Document document
)
Parameters
- document Document
-
Document where the settings to be found.
Return Value
IList<String>
List of names.
Exceptions
See Also
Reference