ArcObjects Library Reference (Carto)  

IBarrierProperties2.Weight Property

Weight of the barriers for this layer.

[Visual Basic .NET]
Public Property Weight As Integer
[C#]
public int Weight {get; set;}
[C++]
HRESULT get_Weight(
  long* 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

IBarrierProperties2 Interface