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