CreateLoadObject(string, IExtension)

Creates a new load object.

Declaration Syntax

public IUserLoad CreateLoadObject(string objName, IExtension ext)

Parameters

objName(string)

The name of the load object. This name must be one of the name of object created in the xml extension file.

ext(IExtension)

The extension. This is the same as ExtAPI.ExtensionManager.CurrentExtension.