target_section property

target_section property

Gets or sets the section object that the Section Zoom object links to. Read/write ISection.

Definition:

@property
def target_section(self):
    ...

@target_section.setter
def target_section(self, value):
    ...

See Also