Gets or sets whether to reverse the first direction of the section view for this part or assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FirstReverseDirection As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISectionViewData
Dim value As Boolean
instance.FirstReverseDirection = value
value = instance.FirstReverseDirection
|
C# | |
---|
bool FirstReverseDirection {get; set;} |
C++/CLI | |
---|
property bool FirstReverseDirection {
bool get();
void set (bool value);
} |
Return Value
True to reverse the first direction of the section view, false to not
Example
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0