attachment_point property

attachment_point property

Gets or sets the attachment point.

Definition:

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

See Also