ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.AddToMap Method

Adds the given geoprocessing value object to the application display.

[Visual Basic 6.0]
Sub AddToMap(
    ByVal pGPValue As IGPValue, _
    ByVal Name As String, _
    ByVal temporary As Boolean, _
    ByVal pUnkRenderer As Unknown _
)
[Visual Basic .NET]
Public Sub AddToMap ( _
    ByVal pGPValue As IGPValue, _
    ByVal Name As String, _
    ByVal temporary As Boolean, _
    ByVal pUnkRenderer As Object _
)
[C#]
public void AddToMap (
    IGPValue pGPValue,
    string Name,
    bool temporary,
    object pUnkRenderer
);
[Java]
public void addToMap (
    IGPValue pGPValue,
    String Name,
    Boolean temporary,
    Object pUnkRenderer
)
throws
    IOException,
    AutomationException
[C++]
HRESULT AddToMap(
  IGPValue* pGPValue,
  BSTR Name,
  VARIANT_BOOL temporary,
  LPUNKNOWN pUnkRenderer
);
[C++]

Parameters

pGPValue [in]

  pGPValue is a parameter of type IGPValue

Name [in]

  Name is a parameter of type BSTR

temporary [in]

  temporary is a parameter of type VARIANT_BOOL

pUnkRenderer [in]

  pUnkRenderer is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page