This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexTag Interface > IXMLIndexTag.LocationAlias Property (ArcObjects .NET 10.4 SDK) |
An optional property which associates a number with the index tag.
[Visual Basic .NET] Public Property LocationAlias As Integer
[C#] public int LocationAlias {get; set;}
[C++]
HRESULT get_LocationAlias(
long* Alias
);
[C++]
HRESULT put_LocationAlias(
long Alias
);
[C++]
Parameters Alias [out, retval] Alias is a parameter of type long Alias [in] Alias is a parameter of type long