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


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

IDimensionalDefinition Interface

Provides access to members that define a multidimensional value object.

Product Availability

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

Members

Name Description
Read/write property DimensionName A string defining the name of the dimension.
Read/write property MaximumValues The array of maximum values for this dimension. These values are optional
Read/write property MinimumValues The array of minimum values for this dimension.
Read/write property Properties Additional properties associated with a dimensional definition.
Read/write property VariableName A string defining the name of the variable. This property is optional.

Classes that implement IDimensionalDefinition

Classes Description
DimensionalDefinition A class for the multidimensional definition value object.