 | AMLFileIsGenericAdditionalInformation Method |
Determines whether the specified XML element represents an AdditionalInformation object, not using any specific
syntax as the
DocumentVersion or
WriterHeader elements.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsGenericAdditionalInformation(
XElement element
)
Public Function IsGenericAdditionalInformation (
element As XElement
) As Boolean
public:
bool IsGenericAdditionalInformation(
XElement^ element
)
Parameters
- element XElement
- The element.
Return Value
Booleantrue if the specified element is a generic AdditionalInformation element; otherwise,
false.
See Also