FieldData

A field data definition.

Example

app = cf.GetApplication()
project = app:NewProject()

farFieldData = project.FieldDataList:AddFarFieldData([[FarFieldData.ffe]])

    -- Duplicate a specific 'FieldData' type to get the general 'FieldData' type.

fieldData = farFieldData:Duplicate()

Inheritance

The following objects are derived (specialisations) from the FieldData object:

Usage locations (object properties)

The following objects have properties using the FieldData object:

Property List

Label
The object label. (Read/Write string)
LocalWorkplane
The field data workplane. (Read only LocalWorkplane)

Method List

Delete ()
Delete the field data definition.
Duplicate ()
Duplicate field data definition. (Returns a FieldData object.)

Property Details

Label
The object label.
Type
string
Access
Read/Write
LocalWorkplane
The field data workplane.
Type
LocalWorkplane
Access
Read only

Method Details

Delete ()
Delete the field data definition.
Duplicate ()
Duplicate field data definition.
Return
FieldData
The duplicated field data definition.