Changes between Initial Version and Version 1 of Ticket #122

Show
Ignore:
Timestamp:
10/15/07 11:47:44 (6 years ago)
Author:
jjr8
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #122

    • Property status changed from new to assigned
    • Property summary changed from Many tool parameters should be GPFeatureLayerTypeClass rather than DEFeatureClassTypeClass to Some tool parameters should be GPFeatureLayerTypeClass rather than DEFeatureClassTypeClass
  • Ticket #122 – description

    initial v1  
    11Currently, all tools that have the ArcGIS "feature" data type use the DEFeatureClassTypeClass .NET data type. This means that when you use the tool from !ArcMap, you can't select a layer from the Table of Contents pane. In most cases, GPFeatureLayerTypeClass could be used, which would allow layers to be selected from !ArcMap. I need to review all uses of DEFeatureClassTypeClass in the entire code base. 
    22 
    3 Similarly: 
    4  
    5  * DERasterDatasetTypeClass should be GPRasterLayerTypeClass in many cases 
    6  
    7  * DETableTypeClass should be a GPCompositeDataTypeClass of DETableTypeClass and GPTableViewTypeClass (?) 
     3See also #123 and #124.