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


IXMLIndexTag.LocationAlias Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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