Retrieve a Reference to reference geometry of the DirectShape that is associated with a particular ExternalGeometryId.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Reference GetExternallyTaggedReference(
ExternalGeometryId externalId
)
Parameters
- externalId ExternalGeometryId
-
The ExternalGeometryId of the requested reference object.
Return Value
Reference
A Reference to the externally tagged reference GeometryObject having the provided external ID
or
null if there is no reference geometry having the external ID.
Exceptions
See Also
Reference