Gets or sets the thermal resistance type for this thermal resistance contact set.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ResistanceType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactSet
Dim value As System.Integer
instance.ResistanceType = value
value = instance.ResistanceType |
C# | |
---|
System.int ResistanceType {get; set;} |
C++/CLI | |
---|
property System.int ResistanceType {
System.int get();
void set ( & System.int value);
} |
Property Value
Thermal resistance type as defined in
swsResistanceType_e
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0