Constructor DimCombine
DimCombine(AddOrSubtract, Dim, Dim)
Represents a dimension that is a combination of two other dimensions.
public DimCombine(AddOrSubtract Add, Dim Left, Dim Right)
Parameters
AddAddOrSubtractIndicates whether the two dimensions are added or subtracted.
LeftDimThe left dimension.
RightDimThe right dimension.