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


IAppROT.Add 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.Add Method
ArcGIS Developer Help

IAppROT.Add Method

Adds an application reference to the running object table.

[Visual Basic .NET]
Public Function Add ( _
    ByVal pApp As AppRef _
) As Integer
[C#]
public int Add (
    AppRef pApp
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAppROT Interface | IApplication Interface