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


IAppROT.Remove Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

IAppROT.Remove Method

Removes an application reference from the running object table.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal cookie As Integer _
)
[C#]
public void Remove (
    int cookie
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAppROT Interface