ObjGetClassΒΆ
ObjGetClass returns the class name of an object.
- ssClass = ObjGetClass(handle)
Return Value
ssClass is a string with the class name of the object of a given handle. If the object does not exist, the function returns an empty string.
ssClass is a string with one of the following values:
Value |
Meaning |
---|---|
|
there is only one of this objects. It will be automatically created when UniPlot is started. |
|
see DocCreate. |
|
see PageCreate. |
|
see EdCreate. |
|
see LayerCreate. |
|
|
|
see XYZCreate and XYZCreateFromMatrix. |
|
see TBCreate. |
|
see RBCreate. |
|
see EBCreate. |
|
see LBCreate. |
|
see CBCreate. |
|
see GetObject. |
|
see PenCreate. |
|
see MarkerCreate. |
|
see FontCreate. |
|
see fopen. |
|
see CnCreate. |
|
see MapCreate. |
|
see SynEdCreate. |
|
see TableCreate. |
Parameters
- handle
handle identifies an UniPlot object.
See also
Overview Objects, ObjCreate, ObjGetFirst, ObjGetNext, ObjGetName, GetObject, type
id-1572090