PartUtilsGetChainLengthToOriginal Method

Calculates the length of the longest chain of divisions/merges to reach to an original non-Part element that is the source of the tested part.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static int GetChainLengthToOriginal(
	Part part
)

Parameters

part  Part
The part to be tested

Return Value

Int32
The length of the longest chain.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also