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


IAppROT.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAppROT Interface > IAppROT.Remove Method
ArcGIS Developer Help

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