Bloomberg API for .NET
GetElementDefinition Method (index)
NamespacesBloomberglp.BlpapiSchemaTypeDefinitionGetElementDefinition(Int32)
Returns the SchemaElementDefinition at the specified index in this SchemaTypeDefinition.
Declaration Syntax
C#Visual BasicVisual C++
public abstract SchemaElementDefinition GetElementDefinition(
	int index
)
Public MustOverride Function GetElementDefinition ( 
	index As Integer
) As SchemaElementDefinition
public:
virtual SchemaElementDefinition^ GetElementDefinition(
	int index
) abstract
Parameters
index (Int32)
Return Value
SchemaElementDefinition
The SchemaElementDefinition located at index.
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumElementDefinitions
IndexOutOfRangeException The specified index is out of the definition list.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1