ArcFM Responder Mobile 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
)
public procedure SetReDrawParameters( 
    lMin: System.Integer;
    lMax: System.Integer;
    lCurrIndex: System.Integer;
    dSize: System.Double;
    pColor: ESRI.ArcGIS.Display.IColor;
    pPolyline: ESRI.ArcGIS.Geometry.IPolyline
); virtual; 
public function SetReDrawParameters( 
   lMin : System.int,
   lMax : System.int,
   lCurrIndex : System.int,
   dSize : System.double,
   pColor : ESRI.ArcGIS.Display.IColor,
   pPolyline : ESRI.ArcGIS.Geometry.IPolyline
);
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
) 
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 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

MMTemplateNodeFieldsClass Class
MMTemplateNodeFieldsClass Members

Send Feedback