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


ITransparencyRenderer.TransparencyField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITransparencyRenderer Interface > ITransparencyRenderer.TransparencyField Property
ArcGIS Developer Help

ITransparencyRenderer.TransparencyField Property

Transparency field.

[Visual Basic .NET]
Public Property TransparencyField As String
[C#]
public string TransparencyField {get; set;}
[C++]
HRESULT get_TransparencyField(
  System.String* FieldName
);
[C++]
HRESULT put_TransparencyField(
  BSTR FieldName
);
[C++]
Parameters
FieldName [out, retval]

FieldName is a parameter of type BSTR* FieldName [in]
FieldName is a parameter of type BSTR

Product Availability

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

Description

TransparencyField is the name of the field that contains values to be used to set the transparency of the renderer symbol(s).

See Also

ITransparencyRenderer Interface