GSTPy.NetworkInterface.update_feature

NetworkInterface.update_feature((NetworkInterface)self, (StreamableGeometry)feature, (str)lock_key, (FeatureClassDesc)target_feature_class[, (int)commit_key=-1]) → None :

Update a previously checked out feature.

Parameters:
  • feature (StreamableGeometry) – The feature data.
  • lock_key (str) – The lock key.
  • target_feature_class (FeatureClassDesc) – The target feature class.
  • commit_key (int) – The commit this feature version will be assigned to.