RebarConstraintGetConstraintToRebarEdgeProperties Method

Gets the properties for all target rebar edges.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public IList<ConstraintToRebarEdgeProperties> GetConstraintToRebarEdgeProperties()

Return Value

IListConstraintToRebarEdgeProperties
Returns the properties for all target rebar edges.
Exceptions
ExceptionCondition
InvalidOperationException RebarConstraint is no longer valid. -or- The TargetRebarConstraintType should be 'Edge'.
See Also