Gets or sets the number of shear moduli for the viscoelastic material model used in nonlinear studies only.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NoOfShearModuli As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim value As Integer
instance.NoOfShearModuli = value
value = instance.NoOfShearModuli
|
C# | |
---|
int NoOfShearModuli {get; set;} |
C++/CLI | |
---|
property int NoOfShearModuli {
int get();
void set (int value);
} |
Return Value
Number of shear moduli
Remarks
See Also
Availability
Simulation Simulation API 2008 SP1.0