SymbolGeometryId
Description:
This class is used to identify a piece of geometry managed by a symbol element.
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.
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
System.Object
Autodesk.Revit.DB.SymbolGeometryId
public class SymbolGeometryId : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AsUniqueIdentifier() | string | Returns a string suitable to determine if two instances point to the same piece of geometry managed by the same symbol element. |
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| SymbolId | ElementId | The id of the symbol that is containing the shared geometry. |