Revit 2024 API |
ElementId..::..ToString Method |
ElementId Class See Also |
Gets a String representation of the value of the id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
public override string ToString() |
Visual Basic |
---|
Public Overrides Function ToString As String |
Visual C++ |
---|
public: virtual String^ ToString() override |