 | AMLFileDeleteMetaInformation Method |
This function deletes any existing meta information corresponding to the writerID.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool DeleteMetaInformation(
string writerID
)
Public Function DeleteMetaInformation (
writerID As String
) As Boolean
public:
bool DeleteMetaInformation(
String^ writerID
)
Parameters
- writerID String
- Writer ID
Return Value
Boolean
true if delete succeeded, false if writerID has not been found
Exceptions
Remarks
Extension Method originally designed for AutomationML Versions based on CAEX 2.15. If this method is applied to
a CAEX 3.0 document, the information is transformed to a
SourceDocumentInformationType.
See Also