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)
Syntaxpublic string ObjectIdFieldName { get; set; }
Public Property ObjectIdFieldName As String
Get
Set
public:
property String^ ObjectIdFieldName {
String^ get ();
void set (String^ value);
}
member ObjectIdFieldName : string with get, set
Property Value
Type:
String
ExceptionsException | Condition |
---|
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