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


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

IXYEventSourceName.EventProperties Property

The XY event properties.

[Visual Basic .NET]
Public Property EventProperties As IXYEventProperties
[C#]
public IXYEventProperties EventProperties {get; set;}
[C++]
HRESULT get_EventProperties(
  IXYEventProperties* xyProperties
);
[C++]
HRESULT putref_EventProperties(
  IXYEventProperties** xyProperties
);
[C++]
Parameters
xyProperties [in]

xyProperties is a parameter of type IXYEventProperties* xyProperties [out, retval]
xyProperties is a parameter of type IXYEventProperties**

Product Availability

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

See Also

IXYEventSourceName Interface