ArcObjects Library Reference (GeoDatabase)  

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