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


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

IMultidimensionalInfo Interface

Provides access to members that control a multidimensional info value object.

Product Availability

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

Members

Name Description
Method Add Adds to this object all information contained in the specified multidimensional info object.
Method AddDimensionValue Adds a new value range along the specified dimension associated with the specified variable. To indicate a point (and not an interval) along the dimension, ensure maxDimensionValue equals minDimensionValue.
Method ConvertDimensionValueToString Returns an appropriate textual representation of the specified dimension value.
Method ConvertStringToDimensionValue Returns the numeric form of the dimension value given it's textual representation.
Method DefineDimension Defines a dimension associated with the specified variable using the dimension-specific attributes. Overwrites the attributes if the dimension associated with specified variable has already been defined.
Method DefineVariable Defines a variable using the set of all associated attributes. Overwrites the attributes if the variable has already been defined.
Method GetDimensionAttributes Returns the attributes corresponding to the specified dimension associated with the specified variable. Fails if the dimension associated with the variable hasn't been defined.
Method GetDimensionNames The set of dimension names associated with the specified variable.
Method GetDimensionValues Returns the set of value ranges along the specified dimension associated with the specified variable.
Method GetVariableAttributes Returns the attributes associated with the specified variable. Fails if the variable hasn't been defined.
Method GetVariableNames The set of all variable names.
Method PutDimensionValues Sets the value ranges along the specified dimension associated with the specified variable. All previously defined values along this dimension associated with the specified variable are replaced. The argument pMaxDimensionValues may be null to indicate values
Method RemoveDimension Removes all attributes and values corresponding to the specified dimension associated with the specified variable.
Method RemoveVariable Removes all attributes, dimensions, and dimension values associated with the specified variable.

Classes that implement IMultidimensionalInfo

Classes Description