| Maptitude GISDK Help |
Gets an array of strings that are the names of the object variables.
Added to Version 5.0.
variable_array = GetObjectVariableNames(object obj)
| Argument | Contents |
|---|---|
| obj | An object variable |
An array of strings that are the names of the object variables, or null if there are no variables.
| Error Type | Meaning |
|---|---|
| NotFound | The specified object variable does not exist |
| Function | Summary |
|---|---|
| CreateObject() | Creates a new object variable based on a class |
| GetClassMethodNames() | Returns a list of the names of the methods defined for the class |
| GetObjectClass() | Gets the name of the class for an object |
| IsKindOfClass() | Determines whether an object is in a class or inherits from that class |
| ObjectHasMethod() | Determines whether an object's class, or an inherited class, implements a method |
| ©2025 Caliper Corporation | www.caliper.com |