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





