Provides access to members that define a multidimensional value object.
Members
Name | Description | |
---|---|---|
DimensionName | A string defining the name of the dimension. | |
MaximumValues | The array of maximum values for this dimension. These values are optional | |
MinimumValues | The array of minimum values for this dimension. | |
Properties | Additional properties associated with a dimensional definition. | |
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. |