Sets the transparency for the given graphic.
[Visual Basic .NET] Public Sub SetTransparency ( _ ByVal id As Integer, _ ByVal lTransparency As Integer _ )
[C#] public void SetTransparency ( int id, int lTransparency );
[C++]
HRESULT SetTransparency(
long id,
long lTransparency
);
[C++]Parameters
id [in] id is a parameter of type long lTransparency [in] lTransparency is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Description
Sets the graphic to be transparent or not. This is used only in 2D mode and only if the graphic's symbol supports ISymbolEffects.