ArcObjects Library Reference (GeoDatabase)  

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

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.

CoClasses that implement IXYEventSource

CoClasses and 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