Click or drag to resize

DSSAllowDOScmd Property

[This is preliminary documentation and is subject to change.]

If enabled, the `DOScmd` command is allowed. Otherwise, an error is reported if the user tries to use it. Defaults to False/0 (disabled state). Users should consider DOScmd deprecated on DSS Extensions. This can also be set through the environment variable DSS_CAPI_ALLOW_DOSCMD. Setting it to 1 enables the command. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public bool AllowDOScmd { get; set; }

Property Value

Type: Boolean
See Also