The data used by this network evaluator for custom properties.
[Visual Basic .NET] Public Property Data As IPropertySet
[C#] public IPropertySet Data {get; set;}
[C++]
HRESULT get_Data(
IPropertySet** Data
);
[C++]
HRESULT put_Data(
IPropertySet* Data
);
[C++]Parameters
Data [out, retval]Data is a parameter of type IPropertySet
Data [in]Data is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Data property stores data that is needed by the evaluator. It is stored in a PropertySet object using key-value pairs.