Gets or sets the shell thickness.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShellThickness As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWShell
Dim value As System.Double
instance.ShellThickness = value
value = instance.ShellThickness |
C# | |
---|
System.double ShellThickness {get; set;} |
C++/CLI | |
---|
property System.double ShellThickness {
System.double get();
void set ( & System.double value);
} |
Property Value
Thickness of the shell
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0