This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IURIPropertiesFilter Interface > IURIPropertiesFilter.Values Property (ArcObjects .NET 10.4 SDK) |
Set of name-value pairs that are expected to appear as part of incoming item URIs.
[Visual Basic .NET] Public Property Values As IPropertySet
[C#] public IPropertySet Values {get; set;}
[C++]
HRESULT get_Values(
IPropertySet** ppValues
);
[C++]
HRESULT putref_Values(
IPropertySet* ppValues
);
[C++]
Parameters ppValues [out, retval]
ppValues is a parameter of type IPropertySet ppValues [in]
ppValues is a parameter of type IPropertySet