| PDElementsAllNumPhases Property |
[This is preliminary documentation and is subject to change.]
Integer array listing the number of phases of all PD elements
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] AllNumPhases { get; }
Public ReadOnly Property AllNumPhases As Integer()
Get
public:
property array<int>^ AllNumPhases {
array<int>^ get ();
}
member AllNumPhases : int[] with get
function get_AllNumPhases();
Property Value
Type:
Int32See Also