RebarConstraintGetConstraintToRebarEdgeProperties Method |
Gets the properties for all target rebar edges.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic IList<ConstraintToRebarEdgeProperties> GetConstraintToRebarEdgeProperties()
Public Function GetConstraintToRebarEdgeProperties As IList(Of ConstraintToRebarEdgeProperties)
public:
IList<ConstraintToRebarEdgeProperties^>^ GetConstraintToRebarEdgeProperties()
member GetConstraintToRebarEdgeProperties : unit -> IList<ConstraintToRebarEdgeProperties>
Return Value
IListConstraintToRebarEdgeProperties
Returns the properties for all target rebar edges.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
RebarConstraint is no longer valid.
-or-
The TargetRebarConstraintType should be 'Edge'.
|
See Also