com.esri.arcgis.geoprocessing
Interface IGPLinearUnit2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPLinearUnit, IGPLinearUnit2Proxy

public interface IGPLinearUnit2
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing linear unit 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 IIDacaf2c1b_97cb_45f5_99b1_3f0b0a7216e2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setDefaultUnits(int units)
          Sets the type of linear unit to be used as the default when the linear unit control is displayed.
 

Field Detail

IIDacaf2c1b_97cb_45f5_99b1_3f0b0a7216e2

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

setDefaultUnits

void setDefaultUnits(int units)
                     throws java.io.IOException,
                            AutomationException
Sets the type of linear unit to be used as the default when the linear unit control is displayed.

Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.