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


IShields.UseCombinedField 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.UseCombinedField Property
ArcGIS Developer Help

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(
  Boolean* useCombined
);
[C++]
HRESULT put_UseCombinedField(
  VARIANT_BOOL useCombined
);
[C++]
Parameters
useCombined [out, retval]

useCombined is a parameter of type bool* useCombined [in]
useCombined is a parameter of type 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