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


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

INetworkAttribute2.Parameters Property

Array of parameters for this network attribute.

[Visual Basic .NET]
Public Property Parameters As IArray
[C#]
public IArray Parameters {get; set;}
[C++]
HRESULT get_Parameters(
  IArray** Parameters
);
[C++]
HRESULT putref_Parameters(
  IArray* Parameters
);
[C++]
Parameters
Parameters [out, retval]

Parameters is a parameter of type IArray** Parameters [in]
Parameters is a parameter of type IArray*

Product Availability

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

Remarks

This property provides access to the IArray interface that holds the collection of NetworkAttributeParameter objects that are available for this NetworkAttribute.

 

See Also

INetworkAttribute2 Interface

.NET Samples

ArcGIS Network Analyst extension Engine application Subset network evaluators Subset network evaluators Subset network evaluators