DiscreteFieldAddColumn Method

Create a new column with the given name. Returns the Id of the newly created column

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public int AddColumn(
	string name
)

Parameters

name  String
 

Return Value

Int32

Remarks

Not valid for discrete fields containing vector data.

See Also