is_part_of_compound property

is_part_of_compound property

Gets or sets a value indicating whether a file element is a part of compound element

Definition:

@property
def is_part_of_compound(self):
    ...
@is_part_of_compound.setter
def is_part_of_compound(self, value):
    ...

See Also