GcDbViewTable

class pygcad.pygrx.GcDbViewTable

Bases: GcDbAbstractViewTable

Methods Summary

add(*args, **kwargs)

Overloaded function.

cast(inPtr)

C++: GcDbViewTable::cast(const class GcRxObject *) --> class GcDbViewTable *

className()

C++: GcDbViewTable::className() --> const wchar_t *

desc()

C++: GcDbViewTable::desc() --> class GcRxClass *

getAt(self, entryName, openMode, openErasedRec)

getObjIdAt(self, entryName[, getErasedRec])

C++: GcDbViewTable::getAt(const wchar_t *, class GcDbObjectId &, bool) const --> enum Gcad::ErrorStatus

isA(self)

C++: GcDbViewTable::isA() const --> class GcRxClass *

newIterator(self[, atBeginning, skipDeleted])

C++: GcDbViewTable::newIterator(class GcDbViewTableIterator *&, bool, bool) const --> enum Gcad::ErrorStatus

rxInit()

C++: GcDbViewTable::rxInit() --> void

Methods Documentation

add(*args, **kwargs)

Overloaded function.

  1. add(self: pygcad.pygrx.GcDbViewTable, pRecord: object) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTable::add(class GcDbViewTableRecord *) –> enum Gcad::ErrorStatus

  1. add(self: pygcad.pygrx.GcDbViewTable, id: pygcad.pygrx.GcDbObjectId, pRecord: object) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTable::add(class GcDbViewTableRecord *) –> enum Gcad::ErrorStatus

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbViewTable

C++: GcDbViewTable::cast(const class GcRxObject *) –> class GcDbViewTable *

static className() str

C++: GcDbViewTable::className() –> const wchar_t *

static desc() pygcad.pygrx.GcRxClass

C++: GcDbViewTable::desc() –> class GcRxClass *

getAt(self: pygcad.pygrx.GcDbViewTable, entryName: str, openMode: pygcad.pygrx.GcDb.OpenMode = <OpenMode.kForRead: 0>, openErasedRec: bool = False) Tuple[pygcad.pygrx.Gcad.ErrorStatus, GcDbViewTableRecord]
getObjIdAt(self: pygcad.pygrx.GcDbViewTable, entryName: str, getErasedRec: bool = False) Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcDbObjectId]

C++: GcDbViewTable::getAt(const wchar_t *, class GcDbObjectId &, bool) const –> enum Gcad::ErrorStatus

isA(self: pygcad.pygrx.GcDbViewTable) pygcad.pygrx.GcRxClass

C++: GcDbViewTable::isA() const –> class GcRxClass *

newIterator(self: pygcad.pygrx.GcDbViewTable, atBeginning: bool = True, skipDeleted: bool = True) Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcDbViewTableIterator]

C++: GcDbViewTable::newIterator(class GcDbViewTableIterator *&, bool, bool) const –> enum Gcad::ErrorStatus

static rxInit() None

C++: GcDbViewTable::rxInit() –> void