Revit 2026 API
Direct |
Gets the externally tagged geometry by its external ID that is stored in this DirectShapeType.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ExternallyTaggedGeometryObject GetExternallyTaggedGeometry( ExternalGeometryId externalId )
Public Function GetExternallyTaggedGeometry ( externalId As ExternalGeometryId ) As ExternallyTaggedGeometryObject
public: ExternallyTaggedGeometryObject^ GetExternallyTaggedGeometry( ExternalGeometryId^ externalId )
member GetExternallyTaggedGeometry : externalId : ExternalGeometryId -> ExternallyTaggedGeometryObject
Parameters
- externalId ExternalGeometryId
- The external ID of the externally tagged geometry that should be obtained.
Return Value
ExternallyTaggedGeometryObjectThe externally tagged geometry. Or if there is no such externally tagged geometry in the DirectShapeType.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also