Method GetElectrodes
GetElectrodes(DocumentId, bool)
Gets all electrode entities that are in the electrode set an electrodes document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
List<ElementId> GetElectrodes(DocumentId inDocumentId, bool inIncludeTheoreticalElectrodes)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the electrodes document to analyze. |
| bool | inIncludeTheoreticalElectrodes | Whether to include theoretical electrodes. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Electrode entities found. |
Remarks
This method is available since v7.12.