Click or drag to resize
DataDictionaryTableGetEnabledComputation Method

[This is preliminary documentation and is subject to change.]

Get the enabled computation with name = parameter name

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DataDictionaryComputation GetEnabledComputation(
	DataDictionaryComputationName name
)

Parameters

name
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryComputationName

Return Value

Type: DataDictionaryComputation
Returns the DataDictionaryComputation with name = parameter name, if the given computation exists isn't disabled and isn't an empty string ELSE null is returned
See Also