ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]

  ppValues is a parameter of type IPropertySet

ppValues [in]

  ppValues is a parameter of type IPropertySet

Product Availability

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

See Also

IURIPropertiesFilter Interface