Click or drag to resize

SchemaColumn Constructor (Boolean, Boolean, String, String, Int32)

Initializes a new instance of the SchemaColumn class.

Namespace:  Cadcorp
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public SchemaColumn(
	bool mapTip,
	bool hidden,
	string description,
	string formula,
	int type
)

Parameters

mapTip
Type: SystemBoolean
Is the columkn a maptip
hidden
Type: SystemBoolean
is the column hidden
description
Type: SystemString
Description of the column
formula
Type: SystemString
Formula for the column
type
Type: SystemInt32
The type of the column
See Also