| CktElementNodeOrder Property |
[This is preliminary documentation and is subject to change.]
Array of integer containing the node numbers (representing phases, for example) for each conductor of each terminal.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] NodeOrder { get; }
Public ReadOnly Property NodeOrder As Integer()
Get
public:
property array<int>^ NodeOrder {
array<int>^ get ();
}
member NodeOrder : int[] with get
function get_NodeOrder();
Property Value
Type:
Int32See Also