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