IXYEventSource Interface

Provides access to members that allow interaction with an existing XY Event Layer.

Members

Name Description
Read-only property EventProperties Property object used to define the X, Y and Z location fields.
Read-only property EventTable Table used to initialize the XYEventSource.
Method RefreshExtent Resets the extent of the XYEventSource layer.

IXYEventSource.EventProperties Property

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

Public ReadOnly Property EventProperties As IXYEventProperties
public IXYEventProperties EventProperties {get;}

IXYEventSource.EventTable Property

Table used to initialize the XYEventSource.

Public ReadOnly Property EventTable As ITable
public ITable EventTable {get;}

IXYEventSource.RefreshExtent Method

Resets the extent of the XYEventSource layer.

Public Sub RefreshExtent ( _
)
public void RefreshExtent (
);

Classes that implement IXYEventSource

Classes Description
XYEventSource XY event source object.

Remarks

The IXYEventSourceInterface provides information about an existing XYEventSource. It provides access to the table and the names of the fields in the table that were used to define the XYEventSource.

An XYEventSource is a dynamic point feature class which generates features based on X and Y coordinates in a table.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.