com.esri.arcgis.catalog
Interface IGxFileSetup

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxFeatureDefinitionPackage, GxFile, GxPrjFile, GxTextFile

public interface IGxFileSetup
extends Serializable

Provides access to members that sets up the properties of a file object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setCategory(String rhs1)
          The category of the object.
 void setImages(int hSmallImageBitmap, int hSmallImageSelectedBitmap, int hLargeImageBitmap, int hLargeImageSelectedBitmap)
          The images used to represent the object.
 

Method Detail

setCategory

void setCategory(String rhs1)
                 throws IOException,
                        AutomationException
The category of the object.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImages

void setImages(int hSmallImageBitmap,
               int hSmallImageSelectedBitmap,
               int hLargeImageBitmap,
               int hLargeImageSelectedBitmap)
               throws IOException,
                      AutomationException
The images used to represent the object.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
hSmallImageBitmap - The hSmallImageBitmap (A COM typedef) (in)
hSmallImageSelectedBitmap - The hSmallImageSelectedBitmap (A COM typedef) (in)
hLargeImageBitmap - The hLargeImageBitmap (A COM typedef) (in)
hLargeImageSelectedBitmap - The hLargeImageSelectedBitmap (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.