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


IBarrierProperties.Weight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBarrierProperties Interface > IBarrierProperties.Weight Property
ArcGIS Developer Help

IBarrierProperties.Weight Property

Weight of the barriers in this layer.

[Visual Basic .NET]
Public Property Weight As Integer
[C#]
public int Weight {get; set;}
[C++]
HRESULT get_Weight(
  System.Int32* Weight
);
[C++]
HRESULT put_Weight(
  long Weight
);
[C++]
Parameters
Weight [out, retval]

Weight is a parameter of type long* Weight [in]
Weight is a parameter of type long

Product Availability

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

Description

A Long value corresponding to a weight in esriBasicOverposterWeight.

See Also

IBarrierProperties Interface