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


ISeriesProperties.FieldOptional Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface > ISeriesProperties.FieldOptional Property
ArcGIS Developer Help

ISeriesProperties.FieldOptional Property

Indicates if data field is optional.

[Visual Basic .NET]
Public Function get_FieldOptional ( _
    ByVal idx As Integer _
) As Boolean
[C#]
public bool get_FieldOptional (
    int idx
);
[C++]
HRESULT get_FieldOptional(
  long idx,
  Boolean* bOptional
);
[C++]
Parameters
idx [in]

idx is a parameter of type long bOptional [out, retval]
bOptional is a parameter of type bool*

Product Availability

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

See Also

ISeriesProperties Interface