public 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