InventTransferLine.copyDimension Method
Copies a dimension set that can be applied to the defaultDimension field in the active table.
Syntax
public DimensionDefault copyDimension(DimensionDefault _defaultDimension, [DimensionCopy _dimensionCopy])
Run On
Called
Parameters
- _defaultDimension
Type: DimensionDefault Extended Data Type
A dimension set that can be applied to the defaultDimension field in the active table.
- _dimensionCopy
Type: DimensionCopy Class
A dimensionCopy object that was created by using the current buffer; this parameter is optional.
Return Value
Type: DimensionDefault Extended Data Type
A copied dimension set that can be applied to the defaultDimension field in the InventTransferLine table.
Remarks
Using this method makes sure that potential linked dimensions are not overwritten.