com.esri.arcgis.trackinganalyst
Interface ITxObjectPropertiesGEN

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AddSDEConnection, ITxObjectPropertiesGENProxy, TxCatalog, TxCatalogObject, TxFolderCatalogObject, TxGISServerFolder

public interface ITxObjectPropertiesGEN
extends java.io.Serializable

COM Interface 'ITxObjectPropertiesGEN'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties that return the image associated with a catalog 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 IIDd9feff53_be6b_4734_9b73_1337f3d37643
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getLargeImage()
          The large image that represents the object.
 int getSmallImage()
          The small image that represents the object.
 

Field Detail

IIDd9feff53_be6b_4734_9b73_1337f3d37643

static final int IIDd9feff53_be6b_4734_9b73_1337f3d37643
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

getSmallImage

int getSmallImage()
                  throws java.io.IOException,
                         AutomationException
The small image that represents the object.

Returns:
The hBitmap (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLargeImage

int getLargeImage()
                  throws java.io.IOException,
                         AutomationException
The large image that represents the object.

Returns:
The hBitmap (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.