ArcFM Engine Developer Guide
SetReDrawParameters Method (IMMTemplateNodeFields)


Syntax
'Declaration
 
Sub SetReDrawParameters( _
   ByVal lMin As Integer, _
   ByVal lMax As Integer, _
   ByVal lCurrIndex As Integer, _
   ByVal dSize As Double, _
   ByVal pColor As ESRI.ArcGIS.Display.IColor, _
   ByVal pPolyline As ESRI.ArcGIS.Geometry.IPolyline _
) 
'Usage
 
Dim instance As IMMTemplateNodeFields
Dim lMin As Integer
Dim lMax As Integer
Dim lCurrIndex As Integer
Dim dSize As Double
Dim pColor As ESRI.ArcGIS.Display.IColor
Dim pPolyline As ESRI.ArcGIS.Geometry.IPolyline
 
instance.SetReDrawParameters(lMin, lMax, lCurrIndex, dSize, pColor, pPolyline)
void SetReDrawParameters( 
   int lMin,
   int lMax,
   int lCurrIndex,
   double dSize,
   ESRI.ArcGIS.Display.IColor pColor,
   ESRI.ArcGIS.Geometry.IPolyline pPolyline
)

Parameters

lMin
lMax
lCurrIndex
dSize
pColor
pPolyline
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

IMMTemplateNodeFields Interface
IMMTemplateNodeFields Members

 

 


Send Comment