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


IFeatureClassLoad.LoadOnlyMode Property (ArcObjects .NET 10.5 SDK)
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

.NET Related Topics

Creating features