 | CAEXSignatureHeaderDeleteSignature Method |
This function deletes the existing Signatures from the caex Object
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool DeleteSignature(
this CAEXObject caexObject
)
<ExtensionAttribute>
Public Shared Function DeleteSignature (
caexObject As CAEXObject
) As Boolean
public:
[ExtensionAttribute]
static bool DeleteSignature(
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