associated_annotation property

associated_annotation property

Gets or sets reference to associated annotation object.

Definition:

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

See Also