This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicCreateDiagramDialog Interface > ISchematicCreateDiagramDialog.Create Method (ArcObjects .NET 10.5 SDK) |
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