| ActiveClassNumElements Property |
[This is preliminary documentation and is subject to change.]
Number of elements in this class. Same as Count property.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int NumElements { get; }
Public ReadOnly Property NumElements As Integer
Get
public:
property int NumElements {
int get ();
}
member NumElements : int with get
function get_NumElements();
Property Value
Type:
Int32See Also