This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicSubLayer Interface > IMosaicSubLayer.Identifier Property (ArcObjects .NET 10.5 SDK) |
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