Share

AnalyticalToPhysicalAssociationManager.GetAssociatedElementId Method

Returns id of the element which is in association with the element with the given ElementId.


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

Syntax

C#

public ElementId GetAssociatedElementId(
	ElementId elementId
)

Parameters

elementId  ElementId
Element id for which we want to get the associated element.

Return Value

ElementId
Id of the associated element.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?