ArcFM Desktop Developer Guide
CreateBuffer Method (TraceBuffer)


Syntax
'Declaration
 
Public Sub CreateBuffer( _
   ByVal geometricNetwork As IGeometricNetwork, _
   ByVal eidEdges As IEnumNetEID, _
   ByVal eidJunctions As IEnumNetEID, _
   ByVal drawComplex As Boolean _
) 
'Usage
 
Dim instance As TraceBuffer
Dim geometricNetwork As IGeometricNetwork
Dim eidEdges As IEnumNetEID
Dim eidJunctions As IEnumNetEID
Dim drawComplex As Boolean
 
instance.CreateBuffer(geometricNetwork, eidEdges, eidJunctions, drawComplex)
public void CreateBuffer( 
   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