GSTPy.NetworkInterface.instant_update_feature

NetworkInterface.instant_update_feature((NetworkInterface)self, (StreamableGeometry)feature, (FeatureDesc)feature_desc[, (int)commit_key=-1]) → None :

Update a feature without a separate locking step.

Parameters:
  • feature (StreamableGeometry) – The feature data.
  • feature_desc (FeatureDesc) – The feature description.
  • commit_key (int) – The commit this feature version will be assigned to.