This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXYEvent2FieldsProperties Interface > IXYEvent2FieldsProperties.ZFieldName Property (ArcObjects .NET 10.5 SDK) |
The name of the Z field (optional).
[Visual Basic .NET] Public Property ZFieldName As String
[C#] public string ZFieldName {get; set;}
[C++]
HRESULT get_ZFieldName(
BSTR* FieldName
);
[C++]
HRESULT put_ZFieldName(
BSTR FieldName
);
[C++]
Parameters FieldName [out, retval] FieldName is a parameter of type BSTR FieldName [in] FieldName is a parameter of type BSTR
This field specified with this property must have a numeric data type.