SketchOffset2 Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SketchOffset2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SketchOffset2( _
ByVal Offset As Double, _
ByVal BothDirections As Boolean, _
ByVal Chain As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Offset As Double
Dim BothDirections As Boolean
Dim Chain As Boolean
Dim value As Boolean
value = instance.SketchOffset2(Offset, BothDirections, Chain)
|
Parameters
- Offset
-
- BothDirections
-
- Chain
-
See Also