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


IGlobeServerGroupLayer.Blending Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerGroupLayer Interface > IGlobeServerGroupLayer.Blending Property
ArcGIS Developer Help

IGlobeServerGroupLayer.Blending Property

Indicates if this group layer should be consolidated by blending.

[Visual Basic .NET]
Public Property Blending As Boolean
[C#]
public bool Blending {get; set;}
[C++]
HRESULT get_Blending(
  Boolean* pvbBlending
);
[C++]
HRESULT put_Blending(
  VARIANT_BOOL pvbBlending
);
[C++]
Parameters
pvbBlending [out, retval]

pvbBlending is a parameter of type bool* pvbBlending [in]
pvbBlending is a parameter of type bool

Product Availability

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

See Also

IGlobeServerGroupLayer Interface