 | APIDXFoptions Property |
Get or set a JSON string containing options for DXF export of RC beams and members
REST path: /op/opt/dxfoptions
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 DXFoptions { get; set; }
Public Property DXFoptions As String
Get
Set
Dim instance As API
Dim value As String
value = instance.DXFoptions
instance.DXFoptions = value
public:
property String^ DXFoptions {
String^ get ();
void set (String^ value);
}
member DXFoptions : string with get, set
Return Value
StringString
See Also