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