2024 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
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
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P SymbolId ElementId The id of the symbol that is containing the shared geometry.