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


ISchematicBuilderUI.hWnd Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicBuilderUI Interface > ISchematicBuilderUI.hWnd Property
ArcGIS Developer Help

ISchematicBuilderUI.hWnd Property

Handle of the window inserted in the diagram dialog box that opens when users ask to generate a new diagram.

[Visual Basic .NET]
Public ReadOnly Property hWnd As Integer
[C#]
public int hWnd {get;}
[C++]
HRESULT get_hWnd(
  OLE_HANDLE* pHWND
);
[C++]
Parameters
pHWND [out, retval]

pHWND is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

ISchematicBuilderUI Interface