Revit 2022 API |
RebarShapeDefinitionByArc..::..GetConstraints Method |
RebarShapeDefinitionByArc Class See Also |
Retrieve the list of constraints associated with this definition.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
C# |
---|
public IList<RebarShapeConstraint> GetConstraints() |
Visual Basic |
---|
Public Function GetConstraints As IList(Of RebarShapeConstraint) |
Visual C++ |
---|
public: IList<RebarShapeConstraint^>^ GetConstraints() |