 | APIimportSR3 Method |
Import a OpenSargon model in binary format
REST path: /op/import/sr3
REST verb: GET
REST header: {"path", path}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool importSR3(
string path
)
Public Function importSR3 (
path As String
) As Boolean
Dim instance As API
Dim path As String
Dim returnValue As Boolean
returnValue = instance.importSR3(path)
public:
bool importSR3(
String^ path
)
member importSR3 :
path : string -> bool
Parameters
- path String
- Full path of OpenSargon SR3 file
Return Value
BooleanTrue if results have been read, only if .sdb file is in the same folder
See Also