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