ArcFM Responder Mobile Developer Guide
DrawBufferPolygon Method






Syntax
'Declaration
 
Sub DrawBufferPolygon( _
   ByVal pBufferBpolygon As ESRI.ArcGIS.Geometry.IPolygon _
) 
'Usage
 
Dim instance As IMMTraceBuffer
Dim pBufferBpolygon As ESRI.ArcGIS.Geometry.IPolygon
 
instance.DrawBufferPolygon(pBufferBpolygon)
void DrawBufferPolygon( 
   ESRI.ArcGIS.Geometry.IPolygon pBufferBpolygon
)
procedure DrawBufferPolygon( 
    pBufferBpolygon: ESRI.ArcGIS.Geometry.IPolygon
); 
function DrawBufferPolygon( 
   pBufferBpolygon : ESRI.ArcGIS.Geometry.IPolygon
);
void DrawBufferPolygon( 
   ESRI.ArcGIS.Geometry.IPolygon* pBufferBpolygon
) 
void DrawBufferPolygon( 
   ESRI.ArcGIS.Geometry.IPolygon^ pBufferBpolygon
) 

Parameters

pBufferBpolygon
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