ArcObjects Library Reference (GeoDatabase)  

IFeatureClassLoad.LoadOnlyMode Property

Indicates if the featureclass is in load only mode.

[Visual Basic .NET]
Public Property LoadOnlyMode As Boolean
[C#]
public bool LoadOnlyMode {get; set;}
[C++]
HRESULT get_LoadOnlyMode(
  VARIANT_BOOL* isInLoadMode
);
[C++]
HRESULT put_LoadOnlyMode(
  VARIANT_BOOL isInLoadMode
);
[C++]

Parameters

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

Product Availability

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

See Also

IFeatureClassLoad Interface