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


IGPUtilities.CanAddToMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.CanAddToMap Method
ArcGIS Developer Help

IGPUtilities.CanAddToMap Method

Returns whether datasets can be added to the current application display.

[Visual Basic .NET]
Public Function CanAddToMap ( _
) As Boolean
[C#]
public bool CanAddToMap (
);
[C++]
HRESULT CanAddToMap(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPUtilities Interface