This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicXmlGenerate Interface > ISchematicXmlGenerate.ApplicationHook Property (ArcObjects .NET 10.5 SDK) |
Esri application hook (desktop application or engine application).
[Visual Basic .NET] Public Property ApplicationHook As Object
[C#] public object ApplicationHook {get; set;}
[C++]
HRESULT get_ApplicationHook(
IDispatch** Hook
);
[C++]
HRESULT putref_ApplicationHook(
IDispatch* Hook
);
[C++]
Parameters Hook [out, retval] Hook is a parameter of type IDispatch* Hook [in] Hook is a parameter of type IDispatch*