Description
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).
Syntax
| [Visual Basic .NET] |
|---|
Public Function QueryCylindricalArray() As System.Array
|
| [C#] |
|---|
public System.Array QueryCylindricalArray();
|
| [Managed C++] |
|---|
public: System::Array QueryCylindricalArray();
|
| [Unmanaged C++] |
|---|
public: HRESULT QueryCylindricalArray(
SAFEARRAY * * ppRetVal
);
|
| [Java] |
|---|
public AgSafeArray queryCylindricalArray();
|
| [Python - STK API] |
|---|
def QueryCylindricalArray(self) -> list:
|
See Also