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