Method GetInfoAsDouble
GetInfoAsDouble(int)
Gets a value from arbitrary datafield specified by the infoType parameter.
Declaration
protected double GetInfoAsDouble(int infoType)
Parameters
| Type | Name | Description |
|---|---|---|
| int | infoType | Datafield to get. |
Returns
| Type | Description |
|---|---|
| double |
Remarks
This method is only useful for developing additional SDK layers working with some custom datafields which are not exposed through properties of this class yet. You should not use these functions unless you know exactly what you are doing.