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