Click or drag to resize
DataDictionaryTableGetComputation Method

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

Get the 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 GetComputation(
	DataDictionaryComputationName name
)

Parameters

name
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryComputationName
Name of computation

Return Value

Type: DataDictionaryComputation
return null if computaationw ith given name wasn't found
See Also