ArcObjects Library Reference (Carto)  

IMobileLayerInfo.IsComposite Property

Indicates if the layer is a composite layer.

[Visual Basic .NET]
Public ReadOnly Property IsComposite As Boolean
[C#]
public bool IsComposite {get;}
[C++]
HRESULT get_IsComposite(
  VARIANT_BOOL* IsComposite
);
[C++]

Parameters

IsComposite [out, retval]   IsComposite is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMobileLayerInfo Interface