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