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


IXYEventSourceName.EventTableName 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.EventTableName Property
ArcGIS Developer Help

IXYEventSourceName.EventTableName Property

The name object for the XY event table.

[Visual Basic .NET]
Public Property EventTableName As IName
[C#]
public IName EventTableName {get; set;}
[C++]
HRESULT get_EventTableName(
  IName* aName
);
[C++]
HRESULT putref_EventTableName(
  IName** aName
);
[C++]
Parameters
aName [in]

aName is a parameter of type IName* aName [out, retval]
aName is a parameter of type IName**

Product Availability

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

See Also

IXYEventSourceName Interface