This document is archived and information here might be outdated. Recommended version. |
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