FileGdbOptions.GeometryFieldName

FileGdbOptions.GeometryFieldName property

Name of the geometry field.

public string GeometryFieldName { get; set; }

Exceptions

exceptioncondition
ArgumentExceptionValue is not a valid field name. A valid field name must: Be not null and not emptyStart with Latin letter or underscoreContain only Latin letters, digits or underscores

Remarks

This is a creation option and it does not affect reading. Defines the name of the geometry field (column). Defaults to “SHAPE”. If any attribute in Attributes has name equal to the value of this property, then this attribute is renamed.

See Also