GetDepth Method (IExtrudeFeatureData)
Obsolete. Superseded by IExtrudeFeatureData2::GetDepth.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetDepth( _
ByVal Forward As Boolean _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IExtrudeFeatureData
Dim Forward As Boolean
Dim value As Double
value = instance.GetDepth(Forward)
|
C++/CLI | |
---|
double GetDepth(
& bool Forward
) |
Parameters
- Forward
-
See Also