ArcObjects Library Reference (Geoprocessing)  

IGPNumericDomain.AllowEmpty Property

Defines if empty is allowed.

[Visual Basic .NET]
Public Property AllowEmpty As Boolean
[C#]
public bool AllowEmpty {get; set;}
[C++]
HRESULT get_AllowEmpty(
  VARIANT_BOOL* AllowEmpty
);
[C++]
HRESULT put_AllowEmpty(
  VARIANT_BOOL AllowEmpty
);
[C++]

Parameters

AllowEmpty [out, retval]   AllowEmpty is a parameter of type VARIANT_BOOL AllowEmpty [in]   AllowEmpty is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPNumericDomain Interface