This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXYEventSourceName Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the XY event source name properties.
Description | ||
---|---|---|
EventProperties | The XY event properties. | |
EventTableName | The name object for the XY event table. | |
SpatialReference | The spatial reference of the XYEventSource. |
CoClasses and Classes | Description |
---|---|
XYEventSourceName | A name object that defines the objects needed to create an XY event layer. |
The IXYEventSourceName interface contains the information that is needed to create an XYEventSource from an XYEventSourceName.
The interface has properties for the XY event table name, the field names and the spatial reference of the input coordinates. The field names are specified using an XYEvent2FieldsProperties object.
If the spatial reference is not set and the coordinates are in range, the coordinate system will be assumed geographic, otherwise it will be unknown.