EventSeriesType object

The EventSeriesType object is used to define a type of event in a process.

This page discusses:

Access

mdb.models[name].eventSeriesTypes[name]

EventSeriesType(...)

This method creates an EventSeriesType object.

Path

mdb.models[name].EventSeriesType

Required arguments

name

A String specifying the repository key.

createStepName

A string specifying the step name.

Optional arguments

fields

A String array specifying fields. The default value is an empty array.

Return value

A EventSeriesType object.

Exceptions

RangeError.

setValues(...)

This method modifies the EventSeriesType object.

Optional arguments

The optional arguments to setValues are the same as the arguments to the EventSeriesType method, except for the name argument.

Exceptions

RangeError.

Members

The EventSeriesType object has members with the same names and descriptions as the arguments to the EventSeriesType method.