Provides access to the XY event source name properties.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
EventProperties | The XY event properties. | |
EventTableName | The name object for the XY event table. | |
SpatialReference | The spatial reference of the XYEventSource. |
CoClasses that implement IXYEventSourceName
CoClasses and Classes | Description |
---|---|
XYEventSourceName | A name object that defines the objects needed to create an XY event layer. |
Remarks
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.