ArcObjects Library Reference (ArcMapUI)  

IMxDocumentDropTarget.Create Method

Adds targetName to the current Document.

[Visual Basic .NET]
Public Sub Create ( _
    ByVal Document As IMxDocument, _
    ByVal targetName As IName _
)
[C#]
public void Create (
    IMxDocument Document,
    IName targetName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMxDocumentDropTarget Interface