Gets or sets whether to include creep effect for the material model in nonlinear studies only.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeCreep As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim value As Integer
instance.IncludeCreep = value
value = instance.IncludeCreep
|
C# | |
---|
int IncludeCreep {get; set;} |
C++/CLI | |
---|
property int IncludeCreep {
int get();
void set (int value);
} |
Return Value
- 1 = Include creep effect
- 0 = Do not include creep effect
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0