Converts the reference to a stable String representation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public string ConvertToStableRepresentation( Document document )
Parameters
- document Document
- The document.
Return Value
StringExceptions
Exception | Condition |
---|---|
ArgumentNullException | document was null. |
InvalidObjectException | Reference contained element ids not found in this document. |