SetDepth Method (IExtrudeFeatureData)
Obsolete. Superseded by IExtrudeFeatureData2::SetDepth.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetDepth( _
ByVal Forward As Boolean, _
ByVal Depth As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IExtrudeFeatureData
Dim Forward As Boolean
Dim Depth As Double
instance.SetDepth(Forward, Depth)
|
Parameters
- Forward
-
- Depth
-
See Also