I'm trying to implement a custom Toolbox tool in ArcGIS, and am trying to setup a custom GPParameter that will take a file type with a specific extension.
I know that DEFileType is available and will provide a file browser. How do you set a filter for specific file types using this object?
I suspect this needs to be done via IGxFilterInfo, but am unable to find any relevant documentation or examples, and am having a difficult time finding an example anywhere.