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