This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerSampleResultEdit2 Interface > IImageServerSampleResultEdit2.Attributes Property (ArcObjects .NET 10.5 SDK) |
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