Revit 2025.3 API
Symbol |
Returns a string suitable to determine if two instances point to the same piece of geometry managed by the same symbol element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string AsUniqueIdentifier()
Public Function AsUniqueIdentifier As String
public: String^ AsUniqueIdentifier()
member AsUniqueIdentifier : unit -> string
Return Value
StringA string suitable to determine if two instances point to the same piece of geometry managed by the same symbol element.
See Also