Click or drag to resize
ElementFindConstant Method (ConstantsList, Int32)
Gets the constant in a ConstantList that is equal to the value at the specified index of this element.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract Constant FindConstant(
	ConstantsList constantsList,
	int index
)

Parameters

constantsList
Type: Bloomberglp.BlpapiConstantsList
index
Type: SystemInt32

Return Value

Type: Constant
Exceptions
See Also