GcDbAbstractViewTable

class pygcad.pygrx.GcDbAbstractViewTable

Bases: GcDbSymbolTable

Methods Summary

add(*args, **kwargs)

Overloaded function.

cast(inPtr)

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

className()

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

desc()

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

getAt(self, entryName, openMode, openErasedRec)

getAt(self, entryName:str, openMode:OpenMode = Gcdb.kForRead, openErasedRec:bool = false) -> Tuple[Gcad.ErrorStatus, GcDbAbstractViewTableRecord]

getObjIdAt(self, entryName[, getErasedRecord])

getAt(self, entryName:str, getErasedRecord:bool) const --> enum Gcad::ErrorStatus

isA(self)

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

newIterator(self[, atBeginning, skipDeleted])

newIterator(self, atBeginning:bool = True, skipDeleted:bool = True) -> Tuple[Gcad::ErrorStatus, GcDbAbstractViewTableIterator]

rxInit()

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

Methods Documentation

add(*args, **kwargs)

Overloaded function.

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

C++: GcDbAbstractViewTable::add(class GcDbAbstractViewTableRecord *) –> enum Gcad::ErrorStatus

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

C++: GcDbAbstractViewTable::add(class GcDbAbstractViewTableRecord *) –> enum Gcad::ErrorStatus

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

getAt(self: pygcad.pygrx.GcDbAbstractViewTable, entryName: str, openMode: pygcad.pygrx.GcDb.OpenMode = <OpenMode.kForRead: 0>, openErasedRec: bool = False) Tuple[pygcad.pygrx.Gcad.ErrorStatus, GcDbAbstractViewTableRecord]

getAt(self, entryName:str, openMode:OpenMode = Gcdb.kForRead, openErasedRec:bool = false) -> Tuple[Gcad.ErrorStatus, GcDbAbstractViewTableRecord]

getObjIdAt(self: pygcad.pygrx.GcDbAbstractViewTable, entryName: str, getErasedRecord: bool = False) Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcDbObjectId]

getAt(self, entryName:str, getErasedRecord:bool) const –> enum Gcad::ErrorStatus

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

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

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

newIterator(self, atBeginning:bool = True, skipDeleted:bool = True) -> Tuple[Gcad::ErrorStatus, GcDbAbstractViewTableIterator]

static rxInit() None

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