Gets or sets whether this surface extrusion is in both directions
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BothDirections As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurfExtrudeFeatureData
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);
} |
Return Value
True extrudes the surface in both directions, false does not
Remarks
See Also
Availability
SolidWorks 2001Plus SP1, Revision Number 10.1