Sets the material data curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetMaterialDataCurve( _
ByVal NIndex As System.Integer, _
ByVal BUseCurve As System.Integer, _
ByVal VarCurveData As System.Object, _
ByRef ErrorCode As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim NIndex As System.Integer
Dim BUseCurve As System.Integer
Dim VarCurveData As System.Object
Dim ErrorCode As System.Integer
instance.SetMaterialDataCurve(NIndex, BUseCurve, VarCurveData, ErrorCode) |
Parameters
- NIndex
- 0-based index of material data curve
- BUseCurve
- 1 = Use material data curve
- 0 = Do not use material data curve
- VarCurveData
- Array of material curve data (see Remarks)
- ErrorCode
Error as defined in swsMaterialDataCurveError_e
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0