 |
|
| |
|
|
|
 |
|
Gets numeric information about an object.
|
|
|
|
| |
|
[C#]
virtual double GetInfoInt(int id, string type)
[Visual Basic]
Function GetInfoInt(ByVal id As Integer, ByVal type As String)
As Double
|
|
|
|
| |
| Name |
Description |
| id |
The Object ID of the object to be queried.
|
| type |
The type of information to be retrieved.
|
| return |
The returned value. |
|
|
|
|
| |
|
This function behaves identically to the GetInfo
method but returns a double rather than a string. If the information
cannot be obtained or is not numeric then the return value will
be zero.
|
|
|
|
| |
|