This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IG > IGPArcInfoItem Interface > IGPArcInfoItem.AlternateName Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR* 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