ArcFM Responder Mobile 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 System.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 System.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,
   System.bool bDrawComplex
)
function CreateBufferPolygon( 
    pGeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    eidEdges: ESRI.ArcGIS.Geodatabase.IEnumNetEID;
    eidJunctions: ESRI.ArcGIS.Geodatabase.IEnumNetEID;
    bDrawComplex: System.Boolean
): ESRI.ArcGIS.Geometry.IPolygon; 
function CreateBufferPolygon( 
   pGeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   eidEdges : ESRI.ArcGIS.Geodatabase.IEnumNetEID,
   eidJunctions : ESRI.ArcGIS.Geodatabase.IEnumNetEID,
   bDrawComplex : System.boolean
) : ESRI.ArcGIS.Geometry.IPolygon;
ESRI.ArcGIS.Geometry.IPolygon* CreateBufferPolygon( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* pGeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID* eidEdges,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID* eidJunctions,
   System.bool bDrawComplex
) 
ESRI.ArcGIS.Geometry.IPolygon^ CreateBufferPolygon( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ pGeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID^ eidEdges,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID^ eidJunctions,
   System.bool bDrawComplex
) 

Parameters

pGeometricNetwork
eidEdges
eidJunctions
bDrawComplex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMTraceBuffer Interface
IMMTraceBuffer Members

Send Feedback