SetDepth Method (IExtrudeFeatureData)
Obsolete. Superseded by IExtrudeFeatureData2::SetDepth.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetDepth( _
ByVal Forward As System.Boolean, _
ByVal Depth As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IExtrudeFeatureData
Dim Forward As System.Boolean
Dim Depth As System.Double
instance.SetDepth(Forward, Depth) |
C# | |
---|
void SetDepth(
System.bool Forward,
System.double Depth
) |
C++/CLI | |
---|
void SetDepth(
& System.bool Forward,
& System.double Depth
) |
Parameters
- Forward
-
- Depth
-
See Also