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.24.8.1
Syntax public abstract Constant FindConstant(
ConstantsList constantsList,
int index
)
Public MustOverride Function FindConstant (
constantsList As ConstantsList,
index As Integer
) As Constant
public:
virtual Constant^ FindConstant(
ConstantsList^ constantsList,
int index
) abstract
abstract FindConstant :
constantsList : ConstantsList *
index : int -> Constant
Parameters
- constantsList
- Type: Bloomberglp.BlpapiConstantsList
- index
- Type: SystemInt32
Return Value
Type:
ConstantExceptions See Also