Share

PartUtils.GetChainLengthToOriginal 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: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?