ArcFM Engine Developer Guide
CreateBufferPolygon Method


Syntax
'Declaration
 
Function CreateBufferPolygon( _
   ByVal pGeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal eidEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal eidJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal bDrawComplex As Boolean _
) As ESRI.ArcGIS.Geometry.IPolygon
'Usage
 
Dim instance As IMMTraceBuffer
Dim pGeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim eidEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim eidJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim bDrawComplex As Boolean
Dim value As ESRI.ArcGIS.Geometry.IPolygon
 
value = instance.CreateBufferPolygon(pGeometricNetwork, eidEdges, eidJunctions, bDrawComplex)
ESRI.ArcGIS.Geometry.IPolygon CreateBufferPolygon( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork pGeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID eidEdges,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID eidJunctions,
   bool bDrawComplex
)

Parameters

pGeometricNetwork
eidEdges
eidJunctions
bDrawComplex
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

IMMTraceBuffer Interface
IMMTraceBuffer Members

 

 


Send Comment