| SolutionMode Property |
[This is preliminary documentation and is subject to change.]
Set present solution mode (by a text code - see DSS Help)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int Mode { get; set; }
Public Property Mode As Integer
Get
Set
public:
property int Mode {
int get ();
void set (int value);
}
member Mode : int with get, set
function get_Mode();
function set_Mode(value);
Property Value
Type:
Int32See Also