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


IMaplexOverposterLayerProperties.PolygonBoundaryWeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.PolygonBoundaryWeight Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties.PolygonBoundaryWeight Property

Feature Weight for the boundary of the polygon.

[Visual Basic .NET]
Public Property PolygonBoundaryWeight As Integer
[C#]
public int PolygonBoundaryWeight {get; set;}
[C++]
HRESULT get_PolygonBoundaryWeight(
  long Weight
);
[C++]
HRESULT put_PolygonBoundaryWeight(
  System.Int32* Weight
);
[C++]
Parameters
Weight [in]

Weight is a parameter of type long Weight [out, retval]
Weight is a parameter of type long*

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface