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


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

IXYEventProperties Interface

Provides access to xy event properties.

Product Availability

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

Classes that implement IXYEventProperties

Classes Description
XYEvent2FieldsProperties Defines the fields needed for an xy event layer, requiring atleast X and Y fields.

Remarks

The IXYEventProperties interface is implemented by the XYEventProperties abstract class but provides no properties or methods. To access or set this information, you must use the XYEvent2FieldsProperties class, which inherits from XYEventProperties.

See Also

IXYEvent2FieldsProperties Interface