DiscreteFieldReadNumericCell(Int32, Int32) Method

Valid only for non-point-based discrete fields containing scalar or vector data.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public double? ReadNumericCell(
	int entityId,
	int columnId
)

Parameters

entityId  Int32
 
columnId  Int32
 

Return Value

NullableDouble

See Also