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


ISynchronizeParameters2.ExcludedFields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters2.ExcludedFields Property

The collection of field names that are excluded from being updated during synchronization.

[Visual Basic .NET]
Public Property ExcludedFields As IStringArray
[C#]
public IStringArray ExcludedFields {get; set;}
[C++]
HRESULT get_ExcludedFields(
  IStringArray** ppExcludedFields
);
[C++]
HRESULT putref_ExcludedFields(
  IStringArray* ppExcludedFields
);
[C++]

Parameters ppExcludedFields [out, retval]
ppExcludedFields is a parameter of type IStringArray ppExcludedFields [in]
ppExcludedFields is a parameter of type IStringArray

Product Availability

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

See Also

ISynchronizeParameters2 Interface