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


ITimeDimensionDefinition.MultiDimensional Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDimensionDefinition Interface > ITimeDimensionDefinition.MultiDimensional Property
ArcGIS Developer Help

ITimeDimensionDefinition.MultiDimensional Property

Indicates whether the data is multi-dimensional.

[Visual Basic .NET]
Public ReadOnly Property MultiDimensional As Boolean
[C#]
public bool MultiDimensional {get;}
[C++]
HRESULT get_MultiDimensional(
  Boolean* IsMultidimensional
);
[C++]
Parameters
IsMultidimensional [out, retval]

IsMultidimensional is a parameter of type bool*

Product Availability

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

See Also

ITimeDimensionDefinition Interface