IPredModelBuilder::get_dModelInfo

Ee825830.c++_off(en-US,CS.10).gifEe825830.vb_on(en-US,CS.10).gif

The dModelInfo property is a read-only Dictionary object that contains information on the specified running model.

Definition

HRESULT IPredModelBuilder::get_dModelInfo(longlBuildID,IDictionary** ppdictVal);

Parameters

lBuildID

[in] A long that contains the build identifier used to select a specific build thread.

ppdictVal

[out, retval] The address of a pointer to the IDictionary interface of a Dictionary object.

Return Values

These methods return an HRESULT indicating whether they completed successfully. See the following Error Values section for more details. The IErrorInfo interface provides more specific error information.

Error Values

These methods return S_OK (0x00000000) to indicate success and standard COM HRESULT error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object, which can be accessed using the API function GetErrorInfo. In particular, the GetDescription method of the IErrorInfo interface may return a text description of the error.

Remarks

The keys of this dictionary are the build parameters of the running model. For information on the build parameters, see PredictorModels Table.

Initiate the build thread using the Start method before you access the thread using the dModelInfo property.

For more information about memory ownership issues related to COM property and method parameters, see Managing COM Parameter Memory.

The ppdictVal parameter contains valid data only if the property is accessed successfully.

See Also

PredModelBuilder Object

IPredModelBuilder::Start

IPredModelBuilder::Stop


All rights reserved.