Gets or sets whether to keep the thread a constant length from the starting surface in this thread feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MaintainThreadLength As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IThreadFeatureData
Dim value As System.Boolean
instance.MaintainThreadLength = value
value = instance.MaintainThreadLength |
C# | |
---|
System.bool MaintainThreadLength {get; set;} |
C++/CLI | |
---|
property System.bool MaintainThreadLength {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to maintain a constant thread length, false to not (default)
Example
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0