Ticket #84 (closed Defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
