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.