This document is archived and information here might be outdated. Recommended version. |
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*