FBPropertyListDeviceOpticalMarker Class Reference

FBPropertyListDeviceOpticalMarker Class Reference

#include <mobu-python-api.h>

Class Description

PropertyList: Device optical marker

+ Inheritance diagram for FBPropertyListDeviceOpticalMarker:

Public Member Functions

 __reduce__ ()
 
int __len__ (FBPropertyListDeviceOpticalMarker arg1)
 
object __getitem__ (FBPropertyListDeviceOpticalMarker arg1, object arg2)
 
 __init__ (...)
 

Member Function Documentation

object __getitem__ ( FBPropertyListDeviceOpticalMarker  arg1,
object  arg2 
)

Python Docstring:

__getitem__( (FBPropertyListDeviceOpticalMarker)arg1, (object)arg2) -> object 
__init__ (   ...)

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 

C++ Signature:

 FBPropertyListDeviceOpticalMarker() 
int __len__ ( FBPropertyListDeviceOpticalMarker  arg1)

Python Docstring:

__len__( (FBPropertyListDeviceOpticalMarker)arg1) -> int 
__reduce__ ( )