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


ISynchronizeParameters2.ExcludedFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters2 Interface > ISynchronizeParameters2.ExcludedFields Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

ISynchronizeParameters2 Interface