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


IRasterTypeProperties2.Aliases Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties2.Aliases Property

All the names, in addition to the primary name, by which the raster type may be referenced. .

[Visual Basic .NET]
Public Property Aliases As IStringArray
[C#]
public IStringArray Aliases {get; set;}
[C++]
HRESULT get_Aliases(
  IStringArray** ppAliases
);
[C++]
HRESULT putref_Aliases(
  IStringArray* ppAliases
);
[C++]

Parameters ppAliases [out, retval]
ppAliases is a parameter of type IStringArray ppAliases [in]
ppAliases is a parameter of type IStringArray

Product Availability

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

See Also

IRasterTypeProperties2 Interface