Description
Tensile strength of the user-defined material in MPa.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property TensileStrength() As Double
|
[C#] |
---|
public double TensileStrength {get; set;}
|
[Managed C++] |
---|
public: __property double get_TensileStrength(); public: __property void set_TensileStrength( double );
|
[Unmanaged C++] |
---|
public: HRESULT get_TensileStrength( double * pRetVal ); public: HRESULT put_TensileStrength( double NewTensileStrength );
|
[Java] |
---|
public double getTensileStrength();public void setTensileStrength( double );
|
See Also