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