 | CAEXWrapperCAEXDocument Property |
Gets the CAEX document of this CAEX object. If the CAEX object has not been inserted
into a document or has been removed from the document, the value is null.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXDocument CAEXDocument { get; }
Public ReadOnly Property CAEXDocument As CAEXDocument
Get
public:
property CAEXDocument^ CAEXDocument {
CAEXDocument^ get ();
}
Property Value
CAEXDocument
See Also