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


IBarrierProperties.Barriers 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.Barriers Property
ArcGIS Developer Help

IBarrierProperties.Barriers Property

List of barriers within the specified extent, or all barriers if no extent given.

[Visual Basic .NET]
Public Sub Barriers ( _
    ByVal Display As IDisplay, _
    ByVal pBarriers As IGeometryCollection, _
    [ByVal Extent As IEnvelope] _
)
[C#]
public void Barriers (
    IDisplay Display,
    IGeometryCollection pBarriers,
    IEnvelope Extent
);
[C++]
HRESULT get_Barriers(
  IDisplay* Display,
  IGeometryCollection* pBarriers,
  IEnvelope* Extent
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* pBarriers [in]
pBarriers is a parameter of type IGeometryCollection* Extent [in, optional, defaultvalue()]
Extent is a parameter of type IEnvelope*

Product Availability

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

See Also

IBarrierProperties Interface