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