com.esri.arcgis.carto
Interface IDynamicLayer2
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IDynamicLayer2Proxy
public interface IDynamicLayer2
- extends Serializable
Provides access to layers that work with dynamic display.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getObjectById
Object getObjectById(int iD,
ILayer iLayer)
throws IOException,
AutomationException
- Allow retrieval of the object with the given object ID.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
iD
- The iD (in)iLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
- Returns:
- A reference to another Object (IUnknown)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.