Click or drag to resize

APIbinFolder Property

Get or set binary folder for NextFEM API - this will affect only design data (materials, translations, etc.)
REST path: /op/opt/binfolder
REST verb: GET,POST
REST header: {"val", value}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string binFolder { get; set; }

Property Value

String

Return Value

String
Remarks
To start API with a predefined folder, please binPath.txt instead of changing this property at runtime
See Also