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


IMosaicSubLayer.Identifier Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicSubLayer Interface > IMosaicSubLayer.Identifier Property
ArcGIS Developer Help

IMosaicSubLayer.Identifier Property

The layer identifier. This is used to uniquely identify the sub-layer contained within a Mosaic Layer.

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

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

Product Availability

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

See Also

IMosaicSubLayer Interface