This method is similar to
QuerySpherical but can be used by earlybound(c#,
vb.net...) and latebound(scripting languages) clients.
The array returns the values in the order Latitude(index 0),
Longitude(index 1) and Radius(index 2).
| [Visual Basic .NET] |
|---|
Public Function QuerySphericalArray() As System.Array
|
| [C#] |
|---|
public System.Array QuerySphericalArray();
|
| [Managed C++] |
|---|
public: System::Array QuerySphericalArray();
|
| [Java] |
|---|
public Object[] querySphericalArray();
|
| [Unmanaged C++] |
|---|
public: HRESULT QuerySphericalArray(
|
This example
shows how to get the spherical position of a facility using the
QuerySphericalArray in vbscript.
| Retrieving spherical coordinates of a facility [VBScript] | Copy Code
|
|
|---|---|---|
|
||