Share

RebarUpdateCurvesData.GetChangedCustomHandles Method

Returns an array containing custom handles that were changed since the last regeneration. Array is empty if no handles were changed since the last regeneration.


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

Syntax

C#

public IList<int> GetChangedCustomHandles()

Return Value

IList<Int32>
Returns an array containing the tags of custom handles that were changed since the last regeneration.

See Also

Reference

Was this information helpful?