ArcFM Server Developer Guide
CreateBuffer Method


Syntax
'Declaration
 
Sub CreateBuffer( _
   ByVal pGeometricNetwork As IGeometricNetwork, _
   ByVal eidEdges As IEnumNetEID, _
   ByVal eidJunctions As IEnumNetEID, _
   ByVal bDrawComplex As Boolean _
) 
'Usage
 
Dim instance As IMMTraceBuffer
Dim pGeometricNetwork As IGeometricNetwork
Dim eidEdges As IEnumNetEID
Dim eidJunctions As IEnumNetEID
Dim bDrawComplex As Boolean
 
instance.CreateBuffer(pGeometricNetwork, eidEdges, eidJunctions, bDrawComplex)
void CreateBuffer( 
   IGeometricNetwork pGeometricNetwork,
   IEnumNetEID eidEdges,
   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