Maptitude GISDK Help

GetObjectClass()

Summary

Gets the name of the class for an object.

 

Changes

Added to Version 5.0

 

Syntax

class_name = GetObjectClass(object obj)

 

Argument

Contents

obj

An object variable

 

Returns

A string with the name of the class for the object.

 

Error Codes

Error Type

Meaning

NotFound

The specified object variable does not exist

 

See Also

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

GetObjectVariableNames()

Gets a list of the variable names 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