Method GetElectrodeInitialYPosition
GetElectrodeInitialYPosition(ElementId, int)
Get the Y initial position of an electrode at a given position index.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 0, 0)]
double GetElectrodeInitialYPosition(ElementId inElementId, int inPositionIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the electrode to analyze. |
| int | inPositionIndex | Position index. |
Returns
| Type | Description |
|---|---|
| double | Initial Y position. |
Remarks
This method is available since v7.14.