Gets or sets whether to keep bolt pre-stress.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property KeepBoltPreStress As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWNonLinearStudyOptions
Dim value As System.Integer
instance.KeepBoltPreStress = value
value = instance.KeepBoltPreStress |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWNonLinearStudyOptions~KeepBoltPreStress.html# | |
---|
System.int KeepBoltPreStress {get; set;} |
C++/CLI | |
---|
property System.int KeepBoltPreStress {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to keep bolt pre-stress, 0 to not
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0