| GeneratorsClass Property |
[This is preliminary documentation and is subject to change.]
An arbitrary integer number representing the class of Generator so that Generator values may be segregated by class.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int Class { get; set; }
Public Property Class As Integer
Get
Set
public:
property int Class {
int get ();
void set (int value);
}
member Class : int with get, set
function get_Class();
function set_Class(value);
Property Value
Type:
Int32See Also