Description

The class name of an McGraphObj-derived class.

Property type

A String value.  

Syntax

object.ClassName

The ClassName Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjCircle.

Remarks

The class name will be “McGraphObj” for McGraphObj instances, and will be something like “McGraphObjPoly” or “McGraphObjText” for derived objects. This class name is the same name that is passed as the Class argument to the McGraphOverlay.Add and McGraphOverlay.Template methods.