Click or drag to resize

ExternalDataReferenceDocumentElements Method

Gets all Internal Element Children from the specified internal element which are document elements.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IEnumerable<InternalElementType> DocumentElements(
	this SystemUnitClassType internalElement
)

Parameters

internalElement  SystemUnitClassType
The internal element.

Return Value

IEnumerableInternalElementType
Enumeration of InternalElement objects, which are document elements.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SystemUnitClassType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptioninternalElement
See Also