Library | Package Java Toolkit

Interface DeleteOperation

package com.ptc.pfc.pfcFeature;

public interface DeleteOperation
  extends com.ptc.pfc.pfcFeature.FeatureOperation



Description

This class defines a delete operation.



Method Summary
booleanGetAllowChildGroupMembers ()
    Get method for attribute "AllowChildGroupMembers"
    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 DeleteOperation.GetClip(boolean) and DeleteOperation.GetAllowGroupMembers(boolean) are set to true. Default value is false.
booleanGetAllowGroupMembers ()
    Get method for attribute "AllowGroupMembers"
    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 DeleteOperation.GetClip(boolean) is also set to true. Default value is false.
booleanGetClip ()
    Get method for attribute "Clip"
    A Boolean flag that determines whether to delete all features that follow the feature.Default value is false.
booleanGetKeepEmbeddedDatums ()
    Get method for attribute "KeepEmbeddedDatums"
    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.
voidSetAllowChildGroupMembers (boolean value)
    Set method for attribute "AllowChildGroupMembers"
    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 DeleteOperation.GetClip(boolean) and DeleteOperation.GetAllowGroupMembers(boolean) are set to true. Default value is false.
voidSetAllowGroupMembers (boolean value)
    Set method for attribute "AllowGroupMembers"
    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 DeleteOperation.GetClip(boolean) is also set to true. Default value is false.
voidSetClip (boolean value)
    Set method for attribute "Clip"
    A Boolean flag that determines whether to delete all features that follow the feature.Default value is false.
voidSetKeepEmbeddedDatums (boolean value)
    Set method for attribute "KeepEmbeddedDatums"
    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.

Methods Inherited from Interface com.ptc.pfc.pfcFeature.FeatureOperation
GetOpFeature

Method Detail

GetClip/SetClip

booleanGetClip ()
voidSetClip (boolean value)


    A Boolean flag that determines whether to delete all features that follow the feature.Default value is false.
Manual References:
Features: Feature Operations, Features: Feature Operations



GetAllowGroupMembers/SetAllowGroupMembers

booleanGetAllowGroupMembers ()
voidSetAllowGroupMembers (boolean value)


    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 DeleteOperation.GetClip(boolean) is also set to true. Default value is false.
Manual References:
Features: Feature Operations, Features: Feature Operations



GetAllowChildGroupMembers/SetAllowChildGroupMembers

booleanGetAllowChildGroupMembers ()
voidSetAllowChildGroupMembers (boolean value)


    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 DeleteOperation.GetClip(boolean) and DeleteOperation.GetAllowGroupMembers(boolean) are set to true. Default value is false.
Manual References:
Features: Feature Operations, Features: Feature Operations



GetKeepEmbeddedDatums/SetKeepEmbeddedDatums

booleanGetKeepEmbeddedDatums ()
voidSetKeepEmbeddedDatums (boolean value)


    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.
Manual References:
Features: Feature Operations, Features: Feature Operations