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


INetworkSourceDirections.Shields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSourceDirections Interface > INetworkSourceDirections.Shields Property
ArcGIS Developer Help

INetworkSourceDirections.Shields Property

The directions shields settings for this source.

[Visual Basic .NET]
Public Property Shields As IShields
[C#]
public IShields Shields {get; set;}
[C++]
HRESULT get_Shields(
  IShields** Shields
);
[C++]
HRESULT putref_Shields(
  IShields* Shields
);
[C++]
Parameters
Shields [out, retval]

Shields is a parameter of type IShields** Shields [in]
Shields is a parameter of type IShields*

Product Availability

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

Remarks

The Shields property takes in an IShields object that contains the Shields information for each network source.

See Also

INetworkSourceDirections Interface