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


IShields.UseCombinedField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IShields.UseCombinedField Property

Indicates if the combined field should be used for directions.

[Visual Basic .NET]
Public Property UseCombinedField As Boolean
[C#]
public bool UseCombinedField {get; set;}
[C++]
HRESULT get_UseCombinedField(
  VARIANT_BOOL* useCombined
);
[C++]
HRESULT put_UseCombinedField(
  VARIANT_BOOL useCombined
);
[C++]

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

Product Availability

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

Remarks

If the Shields information is specified in a single field, the UseCombinedField should be set to True.  If the Shields information is contained within two different fields, the UseCombinedField should be set to False.

See Also

IShields Interface