Gets the type of the load or restraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Type As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraints
Dim value As System.Integer
value = instance.Type |
C# | |
---|
System.int Type {get;} |
C++/CLI | |
---|
property System.int Type {
System.int get();
} |
Property Value
Type of load and restraint as defined in swsLoadsAndRestraintsType_e
See Also
Availability
SolidWork Simulation API 2008 SP1.0