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


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

IGPArcInfoItem.AlternateName Property

The alternate name of the info item.

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

AlternateName is a parameter of type BSTR* AlternateName [in]
AlternateName is a parameter of type BSTR

Product Availability

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

See Also

IGPArcInfoItem Interface