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


IGPItemIndexer2.SkipConnections Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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

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

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer2 Interface