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


IGPNumericDomain.AllowEmpty Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPNumericDomain Interface > IGPNumericDomain.AllowEmpty Property
ArcGIS Developer Help

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(
  Boolean* AllowEmpty
);
[C++]
Parameters
AllowEmpty [in]

AllowEmpty is a parameter of type bool AllowEmpty [out, retval]
AllowEmpty is a parameter of type bool*

Product Availability

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

See Also

IGPNumericDomain Interface