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


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

IGPItemIndexer2.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* pSkipConnections
);
[C++]
HRESULT put_SkipConnections(
  VARIANT_BOOL pSkipConnections
);
[C++]

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

Product Availability

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

See Also

IGPItemIndexer2 Interface