 | ExternalDataReferenceDocumentElements Method |
Gets all Internal Element Children from the specified internal element which
are document elements.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IEnumerable<InternalElementType> DocumentElements(
this SystemUnitClassType internalElement
)
<ExtensionAttribute>
Public Shared Function DocumentElements (
internalElement As SystemUnitClassType
) As IEnumerable(Of InternalElementType)
public:
[ExtensionAttribute]
static IEnumerable<InternalElementType^>^ DocumentElements(
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
See Also