This document is archived and information here might be outdated.  Recommended version.


IInkGraphic.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IInkGraphic Interface > IInkGraphic.Create Method
ArcGIS Developer Help

IInkGraphic.Create Method

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 IUnknown pInk [in]
pInk is a parameter of type IUnknown

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IInkGraphic Interface