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


IXYEventSource.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 > IXYEventSource Interface > IXYEventSource.EventProperties Property
ArcGIS Developer Help

IXYEventSource.EventProperties Property

Property object used to define the X, Y and Z location fields.

[Visual Basic .NET]
Public ReadOnly Property EventProperties As IXYEventProperties
[C#]
public IXYEventProperties EventProperties {get;}
[C++]
HRESULT get_EventProperties(
  IXYEventProperties** xyProperties
);
[C++]
Parameters
xyProperties [out, retval]

xyProperties is a parameter of type IXYEventProperties**

Product Availability

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

See Also

IXYEventSource Interface