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


IShields.TypeFieldName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IShields.TypeFieldName Property

The field name whose values contain the street type.

[Visual Basic .NET]
Public Property TypeFieldName As String
[C#]
public string TypeFieldName {get; set;}
[C++]
HRESULT get_TypeFieldName(
  BSTR* Name
);
[C++]
HRESULT put_TypeFieldName(
  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 Type information can be accessed and specified with the TypeFieldName property.

See Also

IShields Interface