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


IFeatureClassLoad.LoadOnlyMode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassLoad Interface > IFeatureClassLoad.LoadOnlyMode Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

IFeatureClassLoad Interface