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


INetElementBarriers.Network Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetElementBarriers Interface > INetElementBarriers.Network Property
ArcGIS Developer Help

INetElementBarriers.Network Property

Network on which the barrier set is placed.

[Visual Basic .NET]
Public Property Network As INetwork
[C#]
public INetwork Network {get; set;}
[C++]
HRESULT get_Network(
  INetwork* Network
);
[C++]
HRESULT putref_Network(
  INetwork** Network
);
[C++]
Parameters
Network [in]

Network is a parameter of type INetwork* Network [out, retval]
Network is a parameter of type INetwork**

Product Availability

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

See Also

INetElementBarriers Interface