This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMultidimensionalInfo2 Interface > IMultidimensionalInfo2.Attributes Property (ArcObjects .NET 10.5 SDK) |
Global attributes associated with a dimensional definition.
[Visual Basic .NET] Public Property Attributes As IPropertySet
[C#] public IPropertySet Attributes {get; set;}
[C++]
HRESULT get_Attributes(
IPropertySet** ppProperties
);
[C++]
HRESULT putref_Attributes(
IPropertySet* ppProperties
);
[C++]
Parameters ppProperties [out, retval]
ppProperties is a parameter of type IPropertySet ppProperties [in]
ppProperties is a parameter of type IPropertySet