ArcObjects Library Reference (DataSourcesRaster)  

IRasterBuilder.CanBuildInPlace Property

Indicates whether the raster type can build an item URI as soon as it is contructed.

[Visual Basic .NET]
Public ReadOnly Property CanBuildInPlace As Boolean
[C#]
public bool CanBuildInPlace {get;}
[C++]
HRESULT get_CanBuildInPlace(
  VARIANT_BOOL* pbCanBuildInPlace
);
[C++]

Parameters

pbCanBuildInPlace [out, retval]   pbCanBuildInPlace is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterBuilder Interface