Gets the material data curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMaterialDataCurve( _
ByVal NIndex As System.Integer, _
ByRef BUseCurve As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim NIndex As System.Integer
Dim BUseCurve As System.Integer
Dim value As System.Object
value = instance.GetMaterialDataCurve(NIndex, BUseCurve) |
C# | |
---|
System.object GetMaterialDataCurve(
System.int NIndex,
out System.int BUseCurve
) |
C++/CLI | |
---|
System.Object^ GetMaterialDataCurve(
& System.int NIndex,
& [Out] System.int BUseCurve
) |
Parameters
- NIndex
- 0-based index of material data curve
- BUseCurve
- 1 = Use material data curve
- 0 = Do not use material data curve
Return Value
Array of material curve data (see
Remarks)
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0