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 > INetworkAttribute2 Interface > INetworkAttribute2.Parameters Property (ArcObjects .NET 10.5 SDK) |
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
This property provides access to the IArray interface that holds the collection of NetworkAttributeParameter objects that are available for this NetworkAttribute.