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