Callback: Boolean optimizer.CanAdd(IDataModelObject parent, String objectName)

Callback that is invoked to determine whether the object can be added.

Parameters

  • parent
    The location where the object wants to be added.
  • objectName
    Type: String
    The object name.

Return Value

Type: Boolean
True if the object can be added; false otherwise.