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(
  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

Product Availability

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

See Also

IXMLIndexTag Interface