RebarConstraintCreate Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static RebarConstraint Create(
	RebarConstrainedHandle handle,
	IList<Reference> targetReferences,
	bool isConstraintToCover,
	double offsetValue
)

Parameters

handle  RebarConstrainedHandle
 
targetReferences  IListReference
 
isConstraintToCover  Boolean
 
offsetValue  Double
 

Return Value

RebarConstraint
See Also