CreateView
Method of IExternalDocument
Description
Returns view for drawing
Parameters
Return Value
- IExternalDocumentView ppView
Syntax
JavaScript
var ppView = ExternalDocument.CreateView();
Visual Basic Script
ppView = ExternalDocument.CreateView
C++
CComPtr<IExternalDocumentView> pView; HRESULT hr = ExternalDocument.CreateView(&pView);