ArcObjects Library Reference (Carto)  

IMosaicSubLayer.CompleteName Property

The complete name of the sub-layer is the name of the sub-layer qualified with its parent Mosaic Layer's name.

[Visual Basic .NET]
Public ReadOnly Property CompleteName As String
[C#]
public string CompleteName {get;}
[C++]
HRESULT get_CompleteName(
  BSTR* pCompleteName
);
[C++]

Parameters

pCompleteName [out, retval]   pCompleteName is a parameter of type BSTR

Product Availability

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

See Also

IMosaicSubLayer Interface