This document is archived and information here might be outdated.  Recommended version.


ISchematicXmlBuilderContext.ApplicationHook Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicXmlBuilderContext Interface > ISchematicXmlBuilderContext.ApplicationHook Property
ArcGIS Developer Help

ISchematicXmlBuilderContext.ApplicationHook Property

Esri application hook (desktop application or engine application) for the XML plugin component. Useful only when the XMLSource is not provided.

[Visual Basic .NET]
Public Property ApplicationHook As Object
[C#]
public object ApplicationHook {get; set;}
[C++]
HRESULT get_ApplicationHook(
  IDispatch* Hook
);
[C++]
HRESULT putref_ApplicationHook(
  System.Object* Hook
);
[C++]
Parameters
Hook [in]

Hook is a parameter of type IDispatch Hook [out, retval]
Hook is a parameter of type IDispatch*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicXmlBuilderContext Interface