This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppAliases is a parameter of type IStringArray* ppAliases [out, retval]
ppAliases is a parameter of type IStringArray**