2025 Class
Changes 3
C

SymbolGeometryId

Description:
This class is used to identify a piece of geometry managed by a symbol element.
Remarks:
This class can be used to compare if two instances points to the same piece of geometry managed by a symbol element. The string returned by AsIdentifier can be used to achieve this.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.SymbolGeometryId
public class SymbolGeometryId : IDisposable
Name Return Type Description Inherited From
M AsUniqueIdentifier() String Returns a string suitable to determine if two instances point to the same piece of geometry managed by the same symbol element.
M Dispose() None Releases all resources used by the SymbolGeometryId
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P SymbolId ElementId The id of the symbol which contains the shared geometry.