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


IIndexingConfiguration.SkipConnections Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IIndexingConfiguration.SkipConnections Property

Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.

[Visual Basic .NET]
Public Property SkipConnections As Boolean
[C#]
public bool SkipConnections {get; set;}
[C++]
HRESULT get_SkipConnections(
  VARIANT_BOOL* pSkip
);
[C++]
HRESULT put_SkipConnections(
  VARIANT_BOOL pSkip
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IIndexingConfiguration Interface