This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDef3 Interface > IRasterDef3.IsInline Property (ArcObjects .NET 10.4 SDK) |
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