Sets whether to allow (shaft length)/(shaft diameter) > 2.
.NET Syntax
Visual Basic (Declaration) | |
---|
WriteOnly Property AllowLenByDiamRatioGreaterThan2ForShaft As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBearingConnector
instance.AllowLenByDiamRatioGreaterThan2ForShaft = value |
C# | |
---|
System.bool AllowLenByDiamRatioGreaterThan2ForShaft {set;} |
C++/CLI | |
---|
property System.bool AllowLenByDiamRatioGreaterThan2ForShaft {
void set ( & System.bool value);
} |
Property Value
True to allow (shaft length)/(diameter) greater than > 2, false to not
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2024 SP0