This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IInkGraphic Interface > IInkGraphic.Create Method (ArcObjects .NET 10.4 SDK) |
Creates a new element.
[Visual Basic .NET] Public Sub Create ( _ ByVal pDisplay As Object, _ ByVal pInk As Object _ )
[C#] public void Create ( object pDisplay, object pInk );
[C++]
HRESULT Create(
LPUNKNOWN pDisplay,
LPUNKNOWN pInk
);
[C++]
Parameters pDisplay [in] pDisplay is a parameter of type LPUNKNOWN pInk [in] pInk is a parameter of type LPUNKNOWN