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.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntax
public abstract Constant FindConstant(
	ConstantsList constantsList,
	int index
)

Parameters

constantsList
Type: Bloomberglp.BlpapiConstantsList
index
Type: SystemInt32

Return Value

Type: Constant
Exceptions
ExceptionCondition
IndexOutOfRangeException
NotFoundException
See Also