This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerLayer Interface > IGlobeServerLayer.DisplayField Property (ArcObjects .NET 10.4 SDK) |
Primary display field.
[Visual Basic .NET] Public Property DisplayField As String
[C#] public string DisplayField {get; set;}
[C++]
HRESULT get_DisplayField(
BSTR* FieldName
);
[C++]
HRESULT put_DisplayField(
BSTR FieldName
);
[C++]
Parameters FieldName [out, retval] FieldName is a parameter of type BSTR FieldName [in] FieldName is a parameter of type BSTR