FeatureDescriptorBlueprintRemoveProperty(PropertyBlueprint) Method
Marks the given property for deletion.
Definition
Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public void RemoveProperty(
PropertyBlueprint aFeatureProperty
)Parameters
- aFeatureProperty PropertyBlueprint
- The property to mark for deletion
Remarks
Note that the property is not removed from the blueprint session object, only marked as deleted.
Exceptions
| ArgumentException | If the given property is not found on the feature |