IPWorks ZIP 2020 Python Edition

Questions / Feedback?

part_name Property

The name of the currently selected part.

Syntax

def get_part_name() -> str: ...
def set_part_name(value: str) -> None: ...

part_name = property(get_part_name, set_part_name)

Default Value

""

Remarks

This property specifies the name of the currently selected part in the document. If null or empty, no part is currently selected.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Python Edition - Version 20.0 [Build 8300]