List of barriers within the specified extent, or all barriers if no extent given.
[Visual Basic 6.0] Property Barriers(
ByVal Display As IDisplay, _
ByVal pBarriers As IGeometryCollection, _
[ByVal Extent As IEnvelope] _
)
[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 );
[Java] public getBarriers ( IDisplay Display, IGeometryCollection pBarriers, IEnvelope Extent )
[C++] HRESULT get_Barriers( IDisplay* Display, IGeometryCollection* pBarriers, IEnvelope* Extent );
Parameters
Display [in]
Display is a parameter of type IDisplay
pBarriers [in]
pBarriers is a parameter of type IGeometryCollection
Extent [in, optional, defaultvalue(0)]
Extent is a parameter of type IEnvelope