Gets the SymbolGeometryId that contains data about the symbol of this instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public SymbolGeometryId GetSymbolGeometryId()
Return Value
SymbolGeometryIdReturns the SymbolGeometryId that contains data about the symbol of this instance.
Remarks
Use the strings returned by SymbolGeometryId.AsIdentifier(bool) to check if two GeometryInstance point to the same geometry of the symbol.
See Also
Reference