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


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

IXMLIndexTag.LocationAlias Property

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(
  System.Int32* 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

Product Availability

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

See Also

IXMLIndexTag Interface