ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.CanAddToMap Method

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

[Visual Basic 6.0]
Function CanAddToMap As Boolean
[Visual Basic .NET]
Public Function CanAddToMap ( _
) As Boolean
[C#]
public bool CanAddToMap (
);
[Java]
public Boolean canAddToMap (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT CanAddToMap(
  VARIANT_BOOL* pCanAddToMap
);
[C++]

Parameters

pCanAddToMap [out, retval]

  pCanAddToMap is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page