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


ISchematicCreateDiagramDialog.Create Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SchematicControls)  

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,
  Long hWnd,
  ISchematicDiagram** ppDiagram
);
[C++]

Parameters pHook [in] pHook is a parameter of type IDispatch* hWnd [in] hWnd is a parameter of type Long ppDiagram [out, retval]
ppDiagram is a parameter of type ISchematicDiagram

Product Availability

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

See Also

ISchematicCreateDiagramDialog Interface