Get all the field names.
| [Visual Basic .NET] | 
|---|
| Public Function GetAllFields() As System.Array | 
| [C#] | 
|---|
| public System.Array GetAllFields(); | 
| [Managed C++] | 
|---|
| public: System::Array GetAllFields(); | 
| [Unmanaged C++] | 
|---|
|  | 
| [Java] | 
|---|
| public AgSafeArray getAllFields(); | 
| [Python - STK API] | 
|---|
| def GetAllFields(self) -> list: | 





