removeField

fun removeField(name: String)

Removes the attribute corresponding to the provided field name from KmlNonSchemaData.attributes and the corresponding field from KmlNonSchemaData.fields.

Since

200.6.0

Parameters

name

The name of the field to remove.

Throws

The name of the field to remove must exist in KmlNonSchemaData.attributes.