com.esri.arcgis.trackinganalyst
Interface ITxObjectProperties

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

public interface ITxObjectProperties
extends java.io.Serializable

COM Interface 'ITxObjectProperties'. 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 IID71113a81_88ed_11d7_b87c_00010265adc5
           
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

IID71113a81_88ed_11d7_b87c_00010265adc5

static final int IID71113a81_88ed_11d7_b87c_00010265adc5
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.