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
Add
AddOrSubtractIndicates whether the two dimensions are added or subtracted.
Left
DimThe left dimension.
Right
DimThe right dimension.