Share

DirectShapeType.HasExternalGeometry Method

Checks whether the externally tagged geometry is already present in this DirectShapeType.


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

Syntax

C#

public bool HasExternalGeometry(
	ExternalGeometryId externalId
)

Parameters

externalId  ExternalGeometryId
The external ID of the externally tagged geometry to check.

Return Value

Boolean
True if such an externally tagged geometry is already present in this DirectShapeType, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?