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


IShields.NumberFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > IShields Interface > IShields.NumberFieldName Property
ArcGIS Developer Help

IShields.NumberFieldName Property

The field name whose values contain the house number.

[Visual Basic .NET]
Public Property NumberFieldName As String
[C#]
public string NumberFieldName {get; set;}
[C++]
HRESULT get_NumberFieldName(
  System.String* Name
);
[C++]
HRESULT put_NumberFieldName(
  BSTR Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR

Product Availability

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

Remarks

If Shields information is specified in two different fields, the field containing the Number information can be accessed and specified with the NumberFieldName property.

See Also

IShields Interface