This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSourceDirections Interface > INetworkSourceDirections.Shields Property (ArcObjects .NET 10.5 SDK) |
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
The Shields property takes in an IShields object that contains the Shields information for each network source.