ArcObjects Library Reference (DefenseSolutions)  

IMoleSymbolImportExport.ToImageFile Method

Exports the IMoleSymbol to an image file.

ERROR: Syntax information about IMoleSymbolImportExport.ToImageFile may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT ToImageFile(
  IGeometry* pGeometry,
  BSTR FilePath,
  long PixelWidth,
  long PixelHeight
);
[C++]

Parameters

pGeometry [in]

  pGeometry is a parameter of type IGeometry

FilePath [in]   FilePath is a parameter of type BSTR PixelWidth [in]   PixelWidth is a parameter of type long PixelHeight [in]   PixelHeight is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleSymbolImportExport Interface