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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.