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


IArcInfoItem.AlternateName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoItem Interface > IArcInfoItem.AlternateName Property
ArcGIS Developer Help

IArcInfoItem.AlternateName Property

Alternate Name of the Item.

[Visual Basic .NET]
Public ReadOnly Property AlternateName As String
[C#]
public string AlternateName {get;}
[C++]
HRESULT get_AlternateName(
  System.String* AlternateName
);
[C++]
Parameters
AlternateName [out, retval]

AlternateName is a parameter of type BSTR*

Product Availability

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

See Also

IArcInfoItem Interface