ArcObjects Library Reference  (Carto)    

IBarrierProperties2.Weight Property

Weight of the barriers for this layer.

[Visual Basic 6.0]
Property Weight As Long
[Visual Basic .NET]
Public Property Weight As Integer
[C#]
public int Weight {get; set;}
[Java]
public int getWeight()
throws
    IOException,
    AutomationException
[Java]
public void setWeight(
Long Weight
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page