The external Id of the geometry object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2022
Syntax
| C# |
|---|
public ExternalGeometryId ExternalId { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ExternalId As ExternalGeometryId Get |
| Visual C++ |
|---|
public: property ExternalGeometryId^ ExternalId { ExternalGeometryId^ get (); } |