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