Dimensionality functions
The dimensionality functions are implemented in the module COFEDimensionality. The following functions are currently available:
COFE_FormatPropertyDimensionality | |
declared as: | Public Function COFE_FormatPropertyDimensionality(propName As String, basis As String) As String |
arguments: | propName: name of property passed to COFE_ObtainProperty basis: basis passed to COFE_ObtainProperty |
return value: | dimensionality descriptor |
description: | Returns a string description of the dimensionality (unit of measure) of a property calculated by COFE_ObtainProperty. |
example page | calculate properties example |
COFE_FormatCompoundConstantDimensionality | |
declared as: | Public Function COFE_FormatCompoundConstantDimensionality(propName As String) As String |
arguments: | propName: name of constant property passed to COFE_ObtainComponentConstant |
return value: | dimensionality descriptor |
description: | Returns a string description of the dimensionality (unit of measure) of a constant obtained from COFE_ObtainComponentConstant. |
example page | calculate properties example |
INDEX
CONTENT