This document is archived and information here might be outdated. Recommended version. |
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*