com.esri.arcgis.trackinganalyst
Interface ITxFolderObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITxFolderObjectProxy, TxFolderCatalogObject

public interface ITxFolderObject
extends java.io.Serializable

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

Description: 'Provides access to properties that identify where the Folder object is located.' 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 IID71113a88_88ed_11d7_b87c_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getPath()
          Folder objects path on disk.
 void setPath(java.lang.String pbstrCurrentPath)
          Folder objects path on disk.
 

Field Detail

IID71113a88_88ed_11d7_b87c_00010265adc5

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

getPath

java.lang.String getPath()
                         throws java.io.IOException,
                                AutomationException
Folder objects path on disk.

Returns:
The pbstrCurrentPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPath

void setPath(java.lang.String pbstrCurrentPath)
             throws java.io.IOException,
                    AutomationException
Folder objects path on disk.

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