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


IImageServerInit2.ExcludedFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit2 Interface > IImageServerInit2.ExcludedFields Property
ArcGIS Developer Help

IImageServerInit2.ExcludedFields Property

The list of excluded field names.

[Visual Basic .NET]
Public Property ExcludedFields As String
[C#]
public string ExcludedFields {get; set;}
[C++]
HRESULT get_ExcludedFields(
  BSTR pExcludedFields
);
[C++]
HRESULT put_ExcludedFields(
  System.String* pExcludedFields
);
[C++]
Parameters
pExcludedFields [in]

pExcludedFields is a parameter of type BSTR pExcludedFields [out, retval]
pExcludedFields is a parameter of type BSTR*

Product Availability

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

See Also

IImageServerInit2 Interface