Material(String, Double, linearUnitsType, massUnitsType) Constructor

Density constructor.
Public Sub New( _ 
ByVal name As String, _ 
ByVal density As Double, _ 
ByVal linearUnits As linearUnitsType, _ 
ByVal massUnits As massUnitsType
)
This language is not supported or no code example is available.
public Material( 
string name
double density
linearUnitsType linearUnits
massUnitsType massUnits 
)
This language is not supported or no code example is available.

Parameters

name
string

The material name.

density
double

The material density.

linearUnits
linearUnitsType

The mass units type for density computation.

massUnits
massUnitsType

The linear units type for density computation.

.NET Framework

Supported in: 4.8

In this article

Definition