Click or drag to resize

APIimportSeismoStruct Method

Import a SeismoStruct XML model
REST path: /op/import/seismostruct
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 importSeismoStruct(
	string path
)

Parameters

path  String
Full path of XML file

Return Value

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