 | APIgetElementsChecksByMat Method |
Get the checks stored in the model for the selected material type
REST path: /res/check/elementsM/[mat]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic APIcheck[] getElementsChecksByMat(
int mat
)
Public Function getElementsChecksByMat (
mat As Integer
) As APIcheck()
Dim instance As API
Dim mat As Integer
Dim returnValue As APIcheck()
returnValue = instance.getElementsChecksByMat(mat)
public:
array<APIcheck^>^ getElementsChecksByMat(
int mat
)
member getElementsChecksByMat :
mat : int -> APIcheck[]
Parameters
- mat Int32
- Material type: Steel = 1, Aluminium = 2, Concrete = 3, Timber = 4, Masonry = 5, TensionFragile = 6, Fire Resistant = 7
Return Value
APIcheckNull if no checking are available
See Also