Library | Module

Interface IpfcDeleteOperation



Description

This class defines a delete operation.
Direct Parent Classes:
IpfcFeatureOperation



Property Summary

PropertyAllowChildGroupMembersas Boolean
If true the children of feature, if members of a group, will be individually deleted from their group. If false, then the group containing the feature's children will be also deleted. This attribute can be set to true if and only if both IpfcDeleteOperation.Clip and IpfcDeleteOperation.AllowGroupMembers are set to true. Default value is false.
PropertyAllowGroupMembersas Boolean
If true the feature, if member of a group, will be individually deleted from the group. If false, the group containing the feature will be also deleted. This attribute can be set to true if and only if IpfcDeleteOperation.Clip is also set to true. Default value is false.
PropertyClipas Boolean
A Boolean flag that determines whether to delete all features that follow the feature.Default value is false.
PropertyKeepEmbeddedDatumsas Boolean
If true then the embedded datum(s) inside the feature will be retained even after the feature is deleted. If false embedded datum(s) will be deleted along with parent fature.



Property Detail


PropertyAllowChildGroupMembersas Boolean

If true the children of feature, if members of a group, will be individually deleted from their group. If false, then the group containing the feature's children will be also deleted. This attribute can be set to true if and only if both IpfcDeleteOperation.Clip and IpfcDeleteOperation.AllowGroupMembers are set to true. Default value is false.




PropertyAllowGroupMembersas Boolean

If true the feature, if member of a group, will be individually deleted from the group. If false, the group containing the feature will be also deleted. This attribute can be set to true if and only if IpfcDeleteOperation.Clip is also set to true. Default value is false.




PropertyClipas Boolean

A Boolean flag that determines whether to delete all features that follow the feature.Default value is false.




PropertyKeepEmbeddedDatumsas Boolean

If true then the embedded datum(s) inside the feature will be retained even after the feature is deleted. If false embedded datum(s) will be deleted along with parent fature.