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


IRasterDef3.IsInline Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDef3 Interface > IRasterDef3.IsInline Property
ArcGIS Developer Help

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(
  Boolean* pIsInline
);
[C++]
HRESULT put_IsInline(
  VARIANT_BOOL pIsInline
);
[C++]
Parameters
pIsInline [out, retval]

pIsInline is a parameter of type bool* pIsInline [in]
pIsInline is a parameter of type bool

Product Availability

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

See Also

IRasterDef3 Interface