This document is archived and information here might be outdated. Recommended version. |
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