SketchChamfer Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SketchChamfer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SketchChamfer( _
ByVal AngleORdist As Double, _
ByVal Dist1 As Double, _
ByVal Options As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim AngleORdist As Double
Dim Dist1 As Double
Dim Options As Integer
instance.SketchChamfer(AngleORdist, Dist1, Options)
|
Parameters
- AngleORdist
-
- Dist1
-
- Options
-
See Also