The list of barriers and their weight for labeling.
[Visual Basic 6.0] Property Barriers2(
ByVal pExtent As IEnvelope, _
ByVal pTrackCancel As ITrackCancel _
) As IBarrierCollection
[Visual Basic .NET] Public Function get_Barriers2 ( _ ByVal pExtent As IEnvelope, _ ByVal pTrackCancel As ITrackCancel _ ) As IBarrierCollection
[C#] public IBarrierCollection get_Barriers2 ( IEnvelope pExtent, ITrackCancel pTrackCancel );
[Java] public IBarrierCollection getBarriers2 ( IEnvelope pExtent, ITrackCancel pTrackCancel )
[C++] HRESULT get_Barriers2( IEnvelope* pExtent, ITrackCancel* pTrackCancel, IBarrierCollection** Barriers );
Parameters
pExtent
pExtent is a parameter of type IEnvelope
pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel
Barriers [out, retval]
Barriers is a parameter of type IBarrierCollection