Method GetElectrodeInitialZPosition
GetElectrodeInitialZPosition(ElementId, int)
Get the Z initial position of an electrode at a given position index.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 0, 0)]
double GetElectrodeInitialZPosition(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 Z position. |
Remarks
This method is available since v7.14.