app_info property

app_info property

Gets the (DWG) app information.

Definition:

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

See Also