Sets the ExternalGeometryId associated with the reference object.
The ID must be non-empty.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public DirectShapeReferenceOptions SetExternalGeometryId( ExternalGeometryId externalId )
Parameters
- externalId ExternalGeometryId
Return Value
DirectShapeReferenceOptionsExceptions
Exception | Condition |
---|---|
ArgumentException | externalId cannot be used as an ExternalGeometryId for a direct shape reference. |
ArgumentNullException | A non-optional argument was null |