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


IImageServerSampleResult2.Attributes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServerSampleResult2.Attributes Property

The raster attributes.

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

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

Product Availability

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

See Also

IImageServerSampleResult2 Interface