Gets or sets the preload force type.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PreLoadForceType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWSpringConnector
Dim value As System.Integer
instance.PreLoadForceType = value
value = instance.PreLoadForceType |
C# | |
---|
System.int PreLoadForceType {get; set;} |
C++/CLI | |
---|
property System.int PreLoadForceType {
System.int get();
void set ( & System.int value);
} |
Property Value
Preload force type as defined in swsPreloadForceType_e
See Also
Availability
SolidWorks Simulation API 2009 SP0