Gets or sets the units for the shell thickness.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShellUnit As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWShell
Dim value As Integer
instance.ShellUnit = value
value = instance.ShellUnit
|
C# | |
---|
int ShellUnit {get; set;} |
C++/CLI | |
---|
property int ShellUnit {
int get();
void set (int value);
} |
Return Value
Linear unit as defined in swsLinearUnit_e
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0