SketchConstraintsDel Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SketchConstraintsDel.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SketchConstraintsDel( _
ByVal ConstrInd As System.Integer, _
ByVal IdStr As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim ConstrInd As System.Integer
Dim IdStr As System.String
instance.SketchConstraintsDel(ConstrInd, IdStr) |
C# | |
---|
void SketchConstraintsDel(
System.int ConstrInd,
System.string IdStr
) |
C++/CLI | |
---|
void SketchConstraintsDel(
& System.int ConstrInd,
& System.String^ IdStr
) |
Parameters
- ConstrInd
-
- IdStr
-
See Also