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
Int32The length of the longest chain.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |