com.esri.arcgis.carto
Interface IDataObjectEx

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGraphicFeature
All Known Implementing Classes:
DataObject, GraphicFeature, IDataObjectExProxy, IGraphicFeatureProxy

public interface IDataObjectEx
extends java.io.Serializable

COM Interface 'IDataObjectEx'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'A Data 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 IID543eed5c_026b_4562_b942_042a2c05d03b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getProperties()
          getProperties
 void setPropertiesByRef(IPropertySet props)
          setPropertiesByRef
 

Field Detail

IID543eed5c_026b_4562_b942_042a2c05d03b

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

getProperties

IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
getProperties

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

void setPropertiesByRef(IPropertySet props)
                        throws java.io.IOException,
                               AutomationException
setPropertiesByRef

Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.