This document is archived and information here might be outdated. Recommended version. |
Indicates if the Raster column value is to be managed by GeoDatabase.
[Visual Basic .NET]
Public Property IsManaged As Boolean
[C#]
public bool IsManaged {get; set;}
[C++]
HRESULT get_IsManaged(
Boolean* IsManaged
);
[C++]
HRESULT put_IsManaged(
VARIANT_BOOL IsManaged
);
[C++] Parameters IsManaged [out, retval]
IsManaged is a parameter of type bool* IsManaged [in]
IsManaged is a parameter of type bool