Share

InstanceNode.GetSymbolGeometryId Method

Gets the SymbolGeometryId associated with the node.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public SymbolGeometryId GetSymbolGeometryId()

Return Value

SymbolGeometryId

Remarks

Use the strings returned by SymbolGeometryId.AsIdentifier(bool) to check if two nodes point to the same geometry of the symbol.

See Also

Reference

Was this information helpful?