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