Gets the material data curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMaterialDataCurve3( _
ByVal NIndex As System.Integer, _
ByRef BUseCurve As System.Boolean _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim NIndex As System.Integer
Dim BUseCurve As System.Boolean
Dim value As System.Object
value = instance.GetMaterialDataCurve3(NIndex, BUseCurve) |
C# | |
---|
System.object GetMaterialDataCurve3(
System.int NIndex,
out System.bool BUseCurve
) |
C++/CLI | |
---|
System.Object^ GetMaterialDataCurve3(
& System.int NIndex,
& [Out] System.bool BUseCurve
) |
Parameters
- NIndex
- 0-based index of material data curve
- BUseCurve
- -1 or true = Uses material data curve
- 0 or false = Does not use material data curve
(see Remarks)
Return Value
Array of material curve data (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04