ArcObjects Library Reference (Carto)  

IACSymbol.Transparency Property

The transparency in percent (0-100).

[Visual Basic .NET]
Public Property Transparency As Double
[C#]
public double Transparency {get; set;}
[C++]
HRESULT get_Transparency(
  double* trans
);
[C++]
HRESULT put_Transparency(
  double trans
);
[C++]

Parameters

trans [out, retval]   trans is a parameter of type double trans [in]   trans is a parameter of type double

Product Availability

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

See Also

IACSymbol Interface