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