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


IXYEvent2FieldsProperties.YFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IXYEvent2FieldsProperties.YFieldName Property

The name of the Y field.

[Visual Basic .NET]
Public Property YFieldName As String
[C#]
public string YFieldName {get; set;}
[C++]
HRESULT get_YFieldName(
  BSTR* FieldName
);
[C++]
HRESULT put_YFieldName(
  BSTR FieldName
);
[C++]

Parameters FieldName [out, retval] FieldName is a parameter of type BSTR FieldName [in] 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