ArcFM Desktop Developer Guide
CreateBufferPolygon Method (TraceBuffer)


Syntax
'Declaration
 
Public Function CreateBufferPolygon( _
   ByVal geometricNetwork As IGeometricNetwork, _
   ByVal eidEdges As IEnumNetEID, _
   ByVal eidJunctions As IEnumNetEID, _
   ByVal drawComplex As Boolean _
) As ESRI.ArcGIS.Geometry.IPolygon
'Usage
 
Dim instance As TraceBuffer
Dim geometricNetwork As IGeometricNetwork
Dim eidEdges As IEnumNetEID
Dim eidJunctions As 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( 
   IGeometricNetwork geometricNetwork,
   IEnumNetEID eidEdges,
   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