Gets or sets the global element size.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ElementSize As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Double
instance.ElementSize = value
value = instance.ElementSize |
C# | |
---|
System.double ElementSize {get; set;} |
C++/CLI | |
---|
property System.double ElementSize {
System.double get();
void set ( & System.double value);
} |
Property Value
Global element size
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0