Miner.Interop Namespace > IMMTemplateNodeFields Interface : SetReDrawParameters Method |
'Declaration
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 IMMTemplateNodeFields 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)
void SetReDrawParameters( System.int lMin, System.int lMax, System.int lCurrIndex, System.double dSize, ESRI.ArcGIS.Display.IColor pColor, ESRI.ArcGIS.Geometry.IPolyline pPolyline )
procedure SetReDrawParameters( lMin: System.Integer; lMax: System.Integer; lCurrIndex: System.Integer; dSize: System.Double; pColor: ESRI.ArcGIS.Display.IColor; pPolyline: ESRI.ArcGIS.Geometry.IPolyline );
function SetReDrawParameters( lMin : System.int, lMax : System.int, lCurrIndex : System.int, dSize : System.double, pColor : ESRI.ArcGIS.Display.IColor, pPolyline : ESRI.ArcGIS.Geometry.IPolyline );
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