Gets or sets whether to flip the offset of the end condition to the opposite side of the end condition reference in this thread feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EndConditionOffsetReverse As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IThreadFeatureData
Dim value As System.Boolean
instance.EndConditionOffsetReverse = value
value = instance.EndConditionOffsetReverse |
C# | |
---|
System.bool EndConditionOffsetReverse {get; set;} |
C++/CLI | |
---|
property System.bool EndConditionOffsetReverse {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to flip the offset, false to not (default)
Example
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0