company property

company property

Gets or sets the user-entered information identifying the company creating the drawing or the company the drawing is being created for. Maximum length is 63 characters.

Definition:

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

See Also