FileGdbOptionsObjectIdFieldName Property

Name of the object ID field.

Namespace:  Aspose.Gis.Formats.FileGdb
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public string ObjectIdFieldName { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
ArgumentException Value is not a valid field name. A valid field name must:
  • Be not and not empty
  • Start with Latin letter or underscore
  • Contain only Latin letters, digits or underscores
Remarks
This is a creation option and it does not affect reading. Defines the name of the object ID field (column). Defaults to "OBJECTID". If any attribute in Attributes has name equal to the value of this property, then this attribute is renamed.
See Also