Gets or sets the Young modulus for the custom material.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property YoungModulus As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As Double
instance.YoungModulus = value
value = instance.YoungModulus
|
C# | |
---|
double YoungModulus {get; set;} |
C++/CLI | |
---|
property double YoungModulus {
double get();
void set (double value);
} |
Return Value
Young modulus
See Also
Availability
SolidWorks Simulation API 2009 SP0