ArcFM Engine Developer Guide
JLCreateFillSymbol Method


Syntax
'Declaration
 
Public Shared Function JLCreateFillSymbol( _
   ByVal lRed As Integer, _
   ByVal lGreen As Integer, _
   ByVal lBlue As Integer, _
   Optional ByVal eStyle As Integer, _
   Optional ByVal dWidth As Double, _
   Optional ByVal hatchStyle As ESRI.ArcGIS.Display.esriSimpleFillStyle, _
   Optional ByVal lLineRed As Integer, _
   Optional ByVal lLineGreen As Integer, _
   Optional ByVal lLineBlue As Integer _
) As ESRI.ArcGIS.Display.ISimpleFillSymbol
'Usage
 
Dim lRed As Integer
Dim lGreen As Integer
Dim lBlue As Integer
Dim eStyle As Integer
Dim dWidth As Double
Dim hatchStyle As ESRI.ArcGIS.Display.esriSimpleFillStyle
Dim lLineRed As Integer
Dim lLineGreen As Integer
Dim lLineBlue As Integer
Dim value As ESRI.ArcGIS.Display.ISimpleFillSymbol
 
value = CommonModule.JLCreateFillSymbol(lRed, lGreen, lBlue, eStyle, dWidth, hatchStyle, lLineRed, lLineGreen, lLineBlue)
public static ESRI.ArcGIS.Display.ISimpleFillSymbol JLCreateFillSymbol( 
   int lRed,
   int lGreen,
   int lBlue,
   int eStyle,
   double dWidth,
   ESRI.ArcGIS.Display.esriSimpleFillStyle hatchStyle,
   int lLineRed,
   int lLineGreen,
   int lLineBlue
)

Parameters

lRed
lGreen
lBlue
eStyle
dWidth
hatchStyle
lLineRed
lLineGreen
lLineBlue
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

CommonModule Class
CommonModule Members

 

 


Send Comment