Provides access to members that return information about the features that did not convert.
Members
Name | Description | |
---|---|---|
ErrorDescription | The description of the error in converting the feature/row. | |
InvalidObjectID | The object ID that did not get convert. |
IInvalidObjectInfo.ErrorDescription Property
The description of the error in converting the feature/row.
Public ReadOnly Property ErrorDescription As String
public string ErrorDescription {get;}
Remarks
The IInvalidObjectInfo interface returns information about an object that could not be loaded.
One example of ErrorDescription is: �The coordinates or measures are out of bounds.�
IInvalidObjectInfo.InvalidObjectID Property
The object ID that did not get convert.
Public ReadOnly Property InvalidObjectID As Integer
public int InvalidObjectID {get;}
Remarks
The InvalidObjectID will be �1 unless the source data is in a geodatabase.
Classes that implement IInvalidObjectInfo
Classes | Description |
---|---|
InvalidObjectInfo | Esri Invalid Object Info object. |