| CircuitAllNodeNamesByPhase Method |
[This is preliminary documentation and is subject to change.]
Return array of strings of the node names for the By Phase criteria. Sequence corresponds to other ByPhase properties.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] AllNodeNamesByPhase(
int Phase
)
Public Function AllNodeNamesByPhase (
Phase As Integer
) As String()
public:
array<String^>^ AllNodeNamesByPhase(
int Phase
)
member AllNodeNamesByPhase :
Phase : int -> string[]
function AllNodeNamesByPhase(Phase);
Parameters
- Phase
- Type: SystemInt32
[Missing <param name="Phase"/> documentation for "M:dss_sharp.Circuit.AllNodeNamesByPhase(System.Int32)"]
Return Value
Type:
String[Missing <returns> documentation for "M:dss_sharp.Circuit.AllNodeNamesByPhase(System.Int32)"]
See Also