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


IGlobeServerLayer.IsComposite Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerLayer.IsComposite Property

Indicates if the layer supports ICompositeLayer to contain sublayers.

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

Parameters pbComposite [out, retval] pbComposite is a parameter of type VARIANT_BOOL pbComposite [in] pbComposite is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeServerLayer Interface