Determining the Name of the Current Ispec

Use the getName method to determine the name of the current Ispec as shown in the following example:

Dim IspecName as String
IspecName = mvarCurrentIspec.getName()

Note: The getName method might be overloaded if you choose to generate “getters and setters” and the Ispec has a field called “name”. If you intend to use the getName method, you should not generate getters and setters.