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


ISchematicCreateDiagramDialog.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicCreateDiagramDialog Interface > ISchematicCreateDiagramDialog.Create Method
ArcGIS Developer Help

ISchematicCreateDiagramDialog.Create Method

GUI to create a new schematic diagram.

[Visual Basic .NET]
Public Function Create ( _
    ByVal pHook As Object, _
    ByVal hWnd As Integer _
) As ISchematicDiagram
[C#]
public ISchematicDiagram Create (
    object pHook,
    int hWnd
);
[C++]
HRESULT Create(
  IDispatch* pHook,
  OLE_HANDLE hWnd
);
[C++]
Parameters
pHook [in]

pHook is a parameter of type IDispatch hWnd [in]
hWnd is a parameter of type OLE_HANDLE

Product Availability

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

See Also

ISchematicCreateDiagramDialog Interface