Click or drag to resize
SchemaTypeDefinitionGetElementDefinition Method (Int32)
Returns the SchemaElementDefinition at the specified index in this SchemaTypeDefinition.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public abstract SchemaElementDefinition GetElementDefinition(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: SchemaElementDefinition
The SchemaElementDefinition located at index.
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumElementDefinitions
IndexOutOfRangeException The specified index is out of the definition list.
See Also