Responder Developer Guide
CreateBufferPolygon Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Function CreateBufferPolygon( _
   ByVal geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal eidEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal eidJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal drawComplex As Boolean _
) As ESRI.ArcGIS.Geometry.IPolygon
'Usage
 
Dim instance As TraceBuffer
Dim geometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim eidEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim eidJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim drawComplex As Boolean
Dim value As ESRI.ArcGIS.Geometry.IPolygon
 
value = instance.CreateBufferPolygon(geometricNetwork, eidEdges, eidJunctions, drawComplex)
public ESRI.ArcGIS.Geometry.IPolygon CreateBufferPolygon( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNetwork,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID eidEdges,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID eidJunctions,
   bool drawComplex
)

Parameters

geometricNetwork
eidEdges
eidJunctions
drawComplex
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

TraceBuffer Class
TraceBuffer Members

 

 


Send Comment