This document is archived and information here might be outdated.  Recommended version.


IURIPropertiesFilter.Values Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IURIPropertiesFilter Interface > IURIPropertiesFilter.Values Property
ArcGIS Developer Help

IURIPropertiesFilter.Values Property

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 [in]

ppValues is a parameter of type IPropertySet* ppValues [out, retval]
ppValues is a parameter of type IPropertySet**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IURIPropertiesFilter Interface