RebarConstraintSetConstraintToRebarEdgeProperties Method |
Sets the properties of the constraint to target rebar edges.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void SetConstraintToRebarEdgeProperties(
ConstraintToRebarEdgeProperties properties
)
Public Sub SetConstraintToRebarEdgeProperties (
properties As ConstraintToRebarEdgeProperties
)
public:
void SetConstraintToRebarEdgeProperties(
ConstraintToRebarEdgeProperties^ properties
)
member SetConstraintToRebarEdgeProperties :
properties : ConstraintToRebarEdgeProperties -> unit Parameters
- properties ConstraintToRebarEdgeProperties
-
The properties that will be set.
Exceptions
See Also