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: 25.3.0.0 (25.3.0.0)
Syntax
C#
public ExternallyTaggedGeometryObject GetExternallyTaggedGeometry( ExternalGeometryId externalId )
Parameters
- externalId ExternalGeometryId
- The external ID of the externally tagged geometry that should be obtained.
Return Value
ExternallyTaggedGeometryObjectThe externally tagged geometry. Or null if there is no such externally tagged geometry in the DirectShapeType.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |