This document is archived and information here might be outdated.  Recommended version.


IXYEventSource Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXYEventSource Interface
ArcGIS Developer Help

IXYEventSource Interface

Provides access to members that allow interaction with an existing XY Event Layer.

Product Availability

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

Members

Name Description
Read-only property EventProperties Property object used to define the X, Y and Z location fields.
Read-only property EventTable Table used to initialize the XYEventSource.
Method RefreshExtent Resets the extent of the XYEventSource layer.

Classes that implement IXYEventSource

Classes Description
XYEventSource XY event source object.

Remarks

The IXYEventSource Interface provides information about an existing XYEventSource. It provides access to the table and the names of the fields in the table that were used to define the XYEventSource.

An XYEventSource is a dynamic point feature class which generates features based on X and Y coordinates in a table.

See Also

IXYEvent2FieldsProperties Interface