ArcObjects Library Reference (GeoDatabase)  

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 (Code Files: frmNALayerProperties) | Subset network evaluators (Code Files: FilterSubsetEvaluator ScaleSubsetEvaluator SubsetHelperUI)