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