Click or drag to resize

CAEXSignatureHeaderDeleteSignature Method

This function deletes the existing Signatures from the caex Object

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool DeleteSignature(
	this CAEXObject caexObject
)

Parameters

caexObject  CAEXObject
this CAEX object which signature should be removed

Return Value

Boolean
true if delete succeeded, false if no signature has been found

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CAEXObject. 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).
See Also