Click or drag to resize

APIimportSR3 Method

Import a OpenSargon model in binary format
REST path: /op/import/sr3
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool importSR3(
	string path
)

Parameters

path  String
Full path of OpenSargon SR3 file

Return Value

Boolean
True if results have been read, only if .sdb file is in the same folder
See Also