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


IImageServerSampleResultEdit2.Attributes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerSampleResultEdit2.Attributes Property

The raster attributes.

[Visual Basic .NET]
Public Property Attributes As IPropertySet
[C#]
public IPropertySet Attributes {get; set;}
[C++]
HRESULT get_Attributes(
  IPropertySet** ppAttributes
);
[C++]
HRESULT putref_Attributes(
  IPropertySet* ppAttributes
);
[C++]

Parameters ppAttributes [out, retval]
ppAttributes is a parameter of type IPropertySet ppAttributes [in]
ppAttributes is a parameter of type IPropertySet

Product Availability

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

See Also

IImageServerSampleResultEdit2 Interface