This document is archived and information here might be outdated. Recommended version. |
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