Sets the ExternalGeometryId associated with the reference object.
The ID must be non-empty.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
| C# |
|---|
public DirectShapeReferenceOptions SetExternalGeometryId( ExternalGeometryId externalId ) |
| Visual Basic |
|---|
Public Function SetExternalGeometryId ( _ externalId As ExternalGeometryId _ ) As DirectShapeReferenceOptions |
| Visual C++ |
|---|
public: DirectShapeReferenceOptions^ SetExternalGeometryId( ExternalGeometryId^ externalId ) |
Parameters
- externalId
- Type: Autodesk.Revit.DB..::..ExternalGeometryId
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | externalId cannot be used as an ExternalGeometryId for a direct shape reference. |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |