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


IBarrierProperties2.Weight Property (ArcObjects .NET 10.5 SDK)
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