Revit 2026 API
Direct |
Retrieves the ExternalGeometryId associated with the reference object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ExternalGeometryId GetExternalGeometryId()
Public Function GetExternalGeometryId As ExternalGeometryId
public: ExternalGeometryId^ GetExternalGeometryId()
member GetExternalGeometryId : unit -> ExternalGeometryId
Return Value
ExternalGeometryId
If an ExternalGeometryId has not been set, this method returns .
See Also