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


IMosaicSubLayer.CompleteName 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.CompleteName Property
ArcGIS Developer Help

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(
  System.String* 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