ArcObjects Library Reference (GeoDatabase)  

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