Ticket #84 (closed Defect: fixed)

Opened 6 years ago

Last modified 6 years ago

CreateArcGISToolbox.exe fails to set IGPMultiValue.MemberDataType, causing inputs to not be connected in geoprocessing models

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: 0.3
Component: Core - ArcGIS Interop Version: 0.2
Keywords: Cc:

Description (last modified by jjr8) (diff)

The Sample ArcGIS Rasters tool in the MGET ArcGIS toolbox suffers from this problem. If you use this tool from a geoprocessing model, when you add rasters to the "Rasters to sample" list, each raster shows up as a blue oval in the model builder, but the ovals are not connected to the rectangular tool with an arrow. The arrow is missing because IGPMultiValue.MemberDataType was left as null. Setting this property to an instance of DERasterDataSetTypeClass solves the problem.

Change History

Changed 6 years ago by jjr8

  • description modified (diff)

Changed 6 years ago by jjr8

  • status changed from new to closed
  • resolution set to fixed

Fixed in Trunk in [101], MGET 0.3a1.

Note: See TracTickets for help on using tickets.