com.esri.arcgis.trackinganalyst
Interface IEditDataSetColumn2

All Superinterfaces:
IEditDataSetColumn, java.io.Serializable
All Known Implementing Classes:
DatasetColumn, IEditDataSetColumn2Proxy

public interface IEditDataSetColumn2
extends IEditDataSetColumn, java.io.Serializable

COM Interface 'IEditDataSetColumn2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to methods and properties used to edit Data Definitions.' 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 IID7f4f0c00_742c_421f_a2cd_dae54d7742fa
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.IEditDataSetColumn
IIDcc018a0a_24fb_11d4_b34c_00104ba2abcc
 
Method Summary
 int getColumnSize()
          Indicates the size of data being defined.
 void setColumnSize(int pVal)
          Indicates the size of data being defined.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.IEditDataSetColumn
esri_clone, getColumnNumber, getName, getType, setColumnNumber, setName, setType
 

Field Detail

IID7f4f0c00_742c_421f_a2cd_dae54d7742fa

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

getColumnSize

int getColumnSize()
                  throws java.io.IOException,
                         AutomationException
Indicates the size of data being defined.

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

setColumnSize

void setColumnSize(int pVal)
                   throws java.io.IOException,
                          AutomationException
Indicates the size of data being defined.

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