Share

ExternallyTaggedNonBRep Constructor

Constructs an ExternallyTaggedGeometryObject associating a given ExternalGeometryId with a particular GeometryObject.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public ExternallyTaggedNonBRep(
	ExternalGeometryId externalId,
	GeometryObject geometry
)

Parameters

externalId  ExternalGeometryId
The Id of the input geometry object.
geometry  GeometryObject
The externally tagged geometry object.

Exceptions

ExceptionCondition
ArgumentException geometry must not be a Solid. -or- geometry must not have sub-nodes.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?