COSHierarchyLinear::checkDeleteDimensionAttributeCode Method
Determines whether a dimension code is used in this table.
Syntax
server public static boolean checkDeleteDimensionAttributeCode(COSCostDimension _dimensionCode, [boolean _displayWarning])
Run On
Server
Parameters
- _dimensionCode
Type: COSCostDimension Enumeration
The dimension code that is being deleted from the system.
- _displayWarning
Type: boolean
A Boolean value that specifies whether the method should display warnings, if any; optional.
Return Value
Type: boolean
true if the dimension code can be deleted; otherwise, false.