ArcObjects Library Reference (GeoDatabase)  

IXYEventProperties Interface

Provides access to xy event properties.

Product Availability

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

CoClasses that implement IXYEventProperties

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