ArcFM Engine Developer Guide
SetBarriers Method


Version: 10.2 and 10.2.1

Resource Center Home

Syntax
'Declaration
 
Public Shared Sub SetBarriers( _
   ByRef barriers As Integer(), _
   ByVal elementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByVal netAnalExt As ESRI.ArcGIS.EditorExt.INetworkAnalysisExt _
) 
'Usage
 
Dim barriers As Integer()
Dim elementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim netAnalExt As ESRI.ArcGIS.EditorExt.INetworkAnalysisExt
 
TraceResultsRendererCommon.SetBarriers(barriers, elementType, netAnalExt)
public static void SetBarriers( 
   ref int[] barriers,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType,
   ESRI.ArcGIS.EditorExt.INetworkAnalysisExt netAnalExt
)

Parameters

barriers
elementType
netAnalExt
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TraceResultsRendererCommon Class
TraceResultsRendererCommon Members

 

 


Send Comment