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


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

IXYEvent2FieldsProperties.XFieldName Property

The name of the X field.

[Visual Basic .NET]
Public Property XFieldName As String
[C#]
public string XFieldName {get; set;}
[C++]
HRESULT get_XFieldName(
  BSTR FieldName
);
[C++]
HRESULT put_XFieldName(
  System.String* FieldName
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR FieldName [out, retval]
FieldName is a parameter of type BSTR*

Product Availability

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

Remarks

This field specified with this property must have a numeric data type.

See Also

IXYEvent2FieldsProperties Interface