IDimensionalDefinition Interface

Provides access to members that define a multidimensional value object.

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.

IDimensionalDefinition.DimensionName Property

A string defining the name of the dimension.

Public Property DimensionName As String
public string DimensionName {get; set;}

IDimensionalDefinition.MaximumValues Property

The array of maximum values for this dimension. These values are optional.

Public Property MaximumValues As IDoubleArray
public IDoubleArray MaximumValues {get; set;}

IDimensionalDefinition.MinimumValues Property

The array of minimum values for this dimension.

Public Property MinimumValues As IDoubleArray
public IDoubleArray MinimumValues {get; set;}

IDimensionalDefinition.Properties Property

Additional properties associated with a dimensional definition.

Public Property Properties As IPropertySet
public IPropertySet Properties {get; set;}

IDimensionalDefinition.VariableName Property

A string defining the name of the variable. This property is optional.

Public Property VariableName As String
public string VariableName {get; set;}

Classes that implement IDimensionalDefinition

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.