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