ArcFM Solution Developer Guide
CreatePictureFromSymbol Method (MMGraphicFavHelperClass)


Syntax
'Declaration
 
Public Overridable Function CreatePictureFromSymbol( _
   ByVal hDCOld As System.Integer, _
   ByVal hBmpNew As System.Integer, _
   ByVal pSymbol As ESRI.ArcGIS.Display.ISymbol, _
   ByVal lWidth As System.Integer, _
   ByVal lHeight As System.Integer, _
   ByVal lTransparentColor As System.Integer, _
   Optional ByVal lGap As System.Integer _
) As stdole.IPictureDisp
'Usage
 
Dim instance As MMGraphicFavHelperClass
Dim hDCOld As System.Integer
Dim hBmpNew As System.Integer
Dim pSymbol As ESRI.ArcGIS.Display.ISymbol
Dim lWidth As System.Integer
Dim lHeight As System.Integer
Dim lTransparentColor As System.Integer
Dim lGap As System.Integer
Dim value As stdole.IPictureDisp
 
value = instance.CreatePictureFromSymbol(hDCOld, hBmpNew, pSymbol, lWidth, lHeight, lTransparentColor, lGap)
public virtual stdole.IPictureDisp CreatePictureFromSymbol( 
   System.int hDCOld,
   System.int hBmpNew,
   ESRI.ArcGIS.Display.ISymbol pSymbol,
   System.int lWidth,
   System.int lHeight,
   System.int lTransparentColor,
   System.int lGap
)

Parameters

hDCOld
hBmpNew
pSymbol
lWidth
lHeight
lTransparentColor
lGap
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

MMGraphicFavHelperClass Class
MMGraphicFavHelperClass Members

 

 


Send Comment