| Circuitget_CktElements Method (String) |
[This is preliminary documentation and is subject to change.]
Activates and returns a CktElement by its full name (e.g. "load.abc").
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public CktElement get_CktElements(
string fullName
)
Public Function get_CktElements (
fullName As String
) As CktElement
public:
CktElement^ get_CktElements(
String^ fullName
)
member get_CktElements :
fullName : string -> CktElement
function get_CktElements(fullName);
Parameters
- fullName
- Type: SystemString
[Missing <param name="fullName"/> documentation for "M:dss_sharp.Circuit.get_CktElements(System.String)"]
Return Value
Type:
CktElement[Missing <returns> documentation for "M:dss_sharp.Circuit.get_CktElements(System.String)"]
See Also