com.esri.arcgis.catalog
Interface IGxFileSetup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxFeatureDefinitionPackage, GxFile, GxPrjFile, GxTextFile, IGxFileSetupProxy

public interface IGxFileSetup
extends java.io.Serializable

COM Interface 'IGxFileSetup'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that sets up the properties of a file object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb330f48a_de4d_11d2_9f2f_00c04f6bc69e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setCategory(java.lang.String rhs1)
          The category of the object.
 void setImages(int hSmallImageBitmap, int hSmallImageSelectedBitmap, int hLargeImageBitmap, int hLargeImageSelectedBitmap)
          The images used to represent the object.
 

Field Detail

IIDb330f48a_de4d_11d2_9f2f_00c04f6bc69e

static final int IIDb330f48a_de4d_11d2_9f2f_00c04f6bc69e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCategory

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.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 java.io.IOException,
                      AutomationException
The images used to represent the object.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.