proxy_data property
proxy_data property
Gets or sets the proxy data.
Remarks
This array is empty if this entity is not a Proxy Entity
Definition:
@property
def proxy_data(self):
...
@proxy_data.setter
def proxy_data(self, value):
...
Gets or sets the proxy data.
This array is empty if this entity is not a Proxy Entity
@property
def proxy_data(self):
...
@proxy_data.setter
def proxy_data(self, value):
...