This document is archived and information here might be outdated.  Recommended version.


IRasterDef3.IsInline Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDef3.IsInline Property

Indicates if the raster is stored as inline dataset.

[Visual Basic .NET]
Public Property IsInline As Boolean
[C#]
public bool IsInline {get; set;}
[C++]
HRESULT get_IsInline(
  VARIANT_BOOL* pIsInline
);
[C++]
HRESULT put_IsInline(
  VARIANT_BOOL pIsInline
);
[C++]

Parameters pIsInline [out, retval] pIsInline is a parameter of type VARIANT_BOOL pIsInline [in] pIsInline is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterDef3 Interface