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


IMultidimensionalInfo2.Attributes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMultidimensionalInfo2 Interface > IMultidimensionalInfo2.Attributes Property
ArcGIS Developer Help

IMultidimensionalInfo2.Attributes Property

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 [in]

ppProperties is a parameter of type IPropertySet* ppProperties [out, retval]
ppProperties is a parameter of type IPropertySet**

Product Availability

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

See Also

IMultidimensionalInfo2 Interface