unrelate Feature
Removes the relationship between this feature and the provided feature. If there is no existing relationship between the features, an IllegalStateException
is thrown.
Since
200.1.0
Parameters
feature
the feature to which this feature should be unrelated
Throws
Geodatabase Exception
if the Geodatabase is closed.
if no RelationshipInfo exists between this feature's table and the provided feature's table, or if the calling ArcGISFeature is not related to the provided ArcGISFeature.
if this ArcGISFeature has no associated ArcGISFeatureTable.