ArcFM Server Developer Guide
CreateBuffer Method


Syntax
'Declaration
 
Sub CreateBuffer( _
   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 _
) 
'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
 
instance.CreateBuffer(pGeometricNetwork, eidEdges, eidJunctions, bDrawComplex)
void CreateBuffer( 
   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