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.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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
See Also
Reference