Share

DirectShapeReferenceOptions.SetExternalGeometryId Method

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

DirectShapeReferenceOptions

Exceptions

ExceptionCondition
ArgumentException externalId cannot be used as an ExternalGeometryId for a direct shape reference.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?