ConversionTools
out_raster Property
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > FeatureToRaster Class : out_raster Property




The output raster dataset to be created. When not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID file format. (Out, Required)

Syntax

Visual Basic (Declaration) 
Public Property out_raster As Object
Visual Basic (Usage)Copy Code
Dim instance As FeatureToRaster
Dim value As Object
 
instance.out_raster = value
 
value = instance.out_raster
C# 
public object out_raster {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.