Impact Acquire SDK Python
EPropertyHandling Class Reference

A base class for exceptions related to the property module. More...

Inheritance diagram for EPropertyHandling:
[legend]

Public Member Functions

 __init__ (self, errorString, errorOrigin, errorCode)
 Creates a new mvIMPACT.acquire.EPropertyHandling object.
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A base class for exceptions related to the property module.

This exception object will only be raised if an unknown error occurred. To check for errors related to the property module a catch block for mvIMPACT.acquire.EPropertyHandling objects can be written to catch all property module related exceptions.

Constructor & Destructor Documentation

◆ __init__()

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static