RebarTrimExtendDataCreateStartConstraint Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool CreateStartConstraint(
IList<Reference> targetReferences,
bool isConstraintToCover,
double offsetValue
)
Public Function CreateStartConstraint (
targetReferences As IList(Of Reference),
isConstraintToCover As Boolean,
offsetValue As Double
) As Boolean
public:
bool CreateStartConstraint(
IList<Reference^>^ targetReferences,
bool isConstraintToCover,
double offsetValue
)
member CreateStartConstraint :
targetReferences : IList<Reference> *
isConstraintToCover : bool *
offsetValue : float -> bool
Parameters
- targetReferences IListReference
-
- isConstraintToCover Boolean
-
- offsetValue Double
-
Return Value
Boolean
See Also