ArcFM Solution Developer Guide
SetReDrawParameters Method (MMTemplateNodeFieldsClass)


Syntax
'Declaration
 
Public Overridable Sub SetReDrawParameters( _
   ByVal lMin As System.Integer, _
   ByVal lMax As System.Integer, _
   ByVal lCurrIndex As System.Integer, _
   ByVal dSize As System.Double, _
   ByVal pColor As ESRI.ArcGIS.Display.IColor, _
   ByVal pPolyline As ESRI.ArcGIS.Geometry.IPolyline _
) 
'Usage
 
Dim instance As MMTemplateNodeFieldsClass
Dim lMin As System.Integer
Dim lMax As System.Integer
Dim lCurrIndex As System.Integer
Dim dSize As System.Double
Dim pColor As ESRI.ArcGIS.Display.IColor
Dim pPolyline As ESRI.ArcGIS.Geometry.IPolyline
 
instance.SetReDrawParameters(lMin, lMax, lCurrIndex, dSize, pColor, pPolyline)
public virtual void SetReDrawParameters( 
   System.int lMin,
   System.int lMax,
   System.int lCurrIndex,
   System.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

MMTemplateNodeFieldsClass Class
MMTemplateNodeFieldsClass Members

 

 


Send Comment