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.