com.esri.arcgis.carto
Interface IDataObjectEx

All Superinterfaces:
Serializable
All Known Subinterfaces:
IGraphicFeature
All Known Implementing Classes:
DataObject, GraphicFeature

public interface IDataObjectEx
extends Serializable

A Data Object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPropertySet getProperties()
          getProperties
 void setPropertiesByRef(IPropertySet props)
          setPropertiesByRef
 

Method Detail

getProperties

IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
getProperties

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPropertiesByRef

void setPropertiesByRef(IPropertySet props)
                        throws IOException,
                               AutomationException
setPropertiesByRef

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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