public bool CreateEndConstraint(
IList<Reference> targetReferences,
bool isConstraintToCover,
double offsetValue
)
Public Function CreateEndConstraint (
targetReferences As IList(Of Reference),
isConstraintToCover As Boolean,
offsetValue As Double
) As Boolean
public:
bool CreateEndConstraint(
IList<Reference^>^ targetReferences,
bool isConstraintToCover,
double offsetValue
)
member CreateEndConstraint :
targetReferences : IList<Reference> *
isConstraintToCover : bool *
offsetValue : float -> bool