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


IGlobeServerGroupLayer.Blending Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL* pvbBlending
);
[C++]
HRESULT put_Blending(
  VARIANT_BOOL pvbBlending
);
[C++]

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

Product Availability

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

See Also

IGlobeServerGroupLayer Interface