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


IMosaicSubLayer.Identifier Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  BSTR* 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