 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic string binFolder { get; set; }
Public Property binFolder As String
Get
Set
Dim instance As API
Dim value As String
value = instance.binFolder
instance.binFolder = value
public:
property String^ binFolder {
String^ get ();
void set (String^ value);
}
member binFolder : string with get, set
Property Value
StringReturn Value
String
RemarksTo start API with a predefined folder, please binPath.txt instead of changing this property at runtime
See Also