Click or drag to resize
RequestGetElement Method (Name)
Returns the modifiable element of this request having the specified name creating it if doesn't exist already.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
Element GetElement(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName

Return Value

Type: Element
Remarks
Same as calling AsElement. HasElement(name).
See Also