IUserLoad IAnalysis.CreateLoadObject(String objName, IExtension ext)

Creates a new load object.

Parameters

  • objName
    Type: String
    The name of the load object. This name must be one of the name of object created in the xml extension file.
  • ext
    The extension. This is the same as ExtAPI.ExtensionManager.CurrentExtension.

Return Value

Type: IUserLoad
Returns the load object created.