Gets or sets whether to apply a global contact condition.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property GlobalContact As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactComponent
Dim value As System.Integer
instance.GlobalContact = value
value = instance.GlobalContact |
C# | |
---|
System.int GlobalContact {get; set;} |
C++/CLI | |
---|
property System.int GlobalContact {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to apply a global contact condition, 0 to not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0