GetName Method


Gets the name of the field.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2013

Syntax

C#
public string GetName(
	Document document
)
Visual Basic
Public Function GetName ( _
	document As Document _
) As String
Visual C++
public:
String^ GetName(
	Document^ document
)

Parameters

document
Type: Autodesk.Revit.DB Document
The document in which the field will be used.

Return Value

The name of the field.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was null
Autodesk.Revit.Exceptions InvalidOperationException The parameter doesn't exist in document.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →