ArcObjects Library Reference (Carto)  

ITransparencyRenderer.TransparencyField Property

Transparency field.

[Visual Basic .NET]
Public Property TransparencyField As String
[C#]
public string TransparencyField {get; set;}
[C++]
HRESULT get_TransparencyField(
  BSTR* 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