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


IACSimplePolygonSymbol.BoundaryTransparency Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACSimplePolygonSymbol Interface > IACSimplePolygonSymbol.BoundaryTransparency Property
ArcGIS Developer Help

IACSimplePolygonSymbol.BoundaryTransparency Property

The transparency transparency coeficient (0.0-1.0).

[Visual Basic .NET]
Public Property BoundaryTransparency As Double
[C#]
public double BoundaryTransparency {get; set;}
[C++]
HRESULT get_BoundaryTransparency(
  System.Double* trans
);
[C++]
HRESULT put_BoundaryTransparency(
  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

IACSimplePolygonSymbol Interface