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


IDisplayAdmin2.DoesBlending Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayAdmin2 Interface > IDisplayAdmin2.DoesBlending Property
ArcGIS Developer Help

IDisplayAdmin2.DoesBlending Property

Indicates whether the drawing object blends its output with the background. For example, if the object is transparent, the background becomes part of its rendering.

[Visual Basic .NET]
Public ReadOnly Property DoesBlending As Boolean
[C#]
public bool DoesBlending {get;}
[C++]
HRESULT get_DoesBlending(
  Boolean* flag
);
[C++]
Parameters
flag [out, retval]

flag is a parameter of type bool*

Product Availability

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

See Also

IDisplayAdmin2 Interface