List of barriers within the specified extent, or all barriers if no extent given.
[Visual Basic 6.0] Sub QueryBarriers(
ByVal Display As IDisplay, _
ByVal pBarriers As IGeometryCollection, _
ByVal Extent As IEnvelope, _
ByVal TrackCancel As ITrackCancel _
)
[Visual Basic .NET] Public Sub QueryBarriers ( _ ByVal Display As IDisplay, _ ByVal pBarriers As IGeometryCollection, _ ByVal Extent As IEnvelope, _ ByVal TrackCancel As ITrackCancel _ )
[C#] public void QueryBarriers ( IDisplay Display, IGeometryCollection pBarriers, IEnvelope Extent, ITrackCancel TrackCancel );
[Java] public void queryBarriers ( IDisplay Display, IGeometryCollection pBarriers, IEnvelope Extent, ITrackCancel TrackCancel ) throws IOException, AutomationException
[C++] HRESULT QueryBarriers( IDisplay* Display, IGeometryCollection* pBarriers, IEnvelope* Extent, ITrackCancel* TrackCancel );
Parameters
Display [in]
Display is a parameter of type IDisplay
pBarriers [in]
pBarriers is a parameter of type IGeometryCollection
Extent [in]
Extent is a parameter of type IEnvelope
TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel