ScriptAttributeOrder Property |
Order of script. Script methods with an order of zero (default) is executed last.
Namespace:
DHI.Mike1D.Plugins
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public int Order { get; set; }
Public Property Order As Integer
Get
Set
public:
property int Order {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also