IMsDimOpenStubParamValues.FindByStubKey

Fore Syntax

FindByStubKey(StubKey: Integer): IMsDimOpenStubParamValue;

Fore.NET Syntax

FindByStubKey(StubKey: uinteger): Prognoz.Platform.Interop.Ms.IMsDimOpenStubParamValue;

Parameters

StubKey. Key of the repository object containing parametric dimension.

Description

The FindByStubKey method searches for the parameter for the specified repository object.

Comments

If the parameter is not found, the method returns Null.

See also:

IMsDimOpenStubParamValues