ReverseDirection Property (IRevolveFeatureData)
Obsolete. Superseded by IRevolveFeatureData2::ReverseDirection.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReverseDirection As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRevolveFeatureData
Dim value As Boolean
instance.ReverseDirection = value
value = instance.ReverseDirection
|
C# | |
---|
bool ReverseDirection {get; set;} |
C++/CLI | |
---|
property bool ReverseDirection {
bool get();
void set (bool value);
} |
See Also