library_path property

library_path property

Gets or sets the library path which is referred to by some external formula references.

Definition:

@property
def library_path(self):
    ...
@staticmethod
def set_library_path(value):
    ...

See Also