Click or drag to resize

APIimportSAP2000 Method

Import a SAP2000 model in text format
REST path: /op/import/sap2000
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 importSAP2000(
	string path
)

Parameters

path  String
Full path of S2K file

Return Value

Boolean
True if results are present
See Also