Sets the material data curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetMaterialDataCurve3( _
ByVal NIndex As System.Integer, _
ByVal BUseCurve As System.Boolean, _
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.Boolean
Dim VarCurveData As System.Object
Dim ErrorCode As System.Integer
instance.SetMaterialDataCurve3(NIndex, BUseCurve, VarCurveData, ErrorCode) |
Parameters
- NIndex
- 0-based index of material data curve
- BUseCurve
- -1 or true = Use material data curve
- 0 or false = 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 2022 FCS, Revision Number 30