SmoothSurface Property (ICWMesh)
Obsolete. Not superseded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SmoothSurface As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Integer
instance.SmoothSurface = value
value = instance.SmoothSurface |
C# | |
---|
System.int SmoothSurface {get; set;} |
C++/CLI | |
---|
property System.int SmoothSurface {
System.int get();
void set ( & System.int value);
} |
Property Value
1 if on, 0 if off
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0