IDimensionalDefinition2 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.
Method Intersect Intersect two dimensional definitions.
Method Intersects Test if it intersects with another dimensional definition.
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 SliceID The slice ID.
Method Union Union two dimensional definitions.
Read/write property VariableName A string defining the name of the variable. This property is optional.

IDimensionalDefinition2.Intersect Method

Intersect two dimensional definitions.

Public Function Intersect ( _
    ByVal pDef As IDimensionalDefinition _
) As IDimensionalDefinition
public IDimensionalDefinition Intersect (
    IDimensionalDefinition pDef
);

IDimensionalDefinition2.Intersects Method

Test if it intersects with another dimensional definition.

Public Sub Intersects ( _
    ByVal pDef As IDimensionalDefinition, _
    ByRef coverage As Single& _
)
public void Intersects (
    IDimensionalDefinition pDef,
    ref Single& coverage
);

IDimensionalDefinition2.SliceID Property

The slice ID.

Public Property SliceID As Integer
public int SliceID {get; set;}

IDimensionalDefinition2.Union Method

Union two dimensional definitions.

Public Function Union ( _
    ByVal pDef As IDimensionalDefinition _
) As IDimensionalDefinition
public IDimensionalDefinition Union (
    IDimensionalDefinition pDef
);

Inherited Interfaces

Interfaces Description
IDimensionalDefinition Provides access to members that define a multidimensional value object.

Classes that implement IDimensionalDefinition2

Classes Description

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