GcDbLinetypeTable

class pygcad.pygrx.GcDbLinetypeTable

Bases: GcDbSymbolTable

Methods Summary

add(*args, **kwargs)

Overloaded function.

cast(inPtr)

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

className()

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

desc()

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

getAt(self, entryName, openMode, openErasedRec)

C++: GcDbLinetypeTable::getAt(const wchar_t *, class GcDbLinetypeTableRecord *&, enum GcDb::OpenMode, bool) const --> enum Gcad::ErrorStatus

getObjIdAt(self, entryName[, getErasedRec])

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

isA(self)

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

newIterator(self[, atBeginning, skipDeleted])

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

rxInit()

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

Methods Documentation

add(*args, **kwargs)

Overloaded function.

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

C++: GcDbLinetypeTable::add(class GcDbLinetypeTableRecord *) –> enum Gcad::ErrorStatus

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

C++: GcDbLinetypeTable::add(class GcDbLinetypeTableRecord *) –> enum Gcad::ErrorStatus

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

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

C++: GcDbLinetypeTable::getAt(const wchar_t *, class GcDbLinetypeTableRecord *&, enum GcDb::OpenMode, bool) const –> enum Gcad::ErrorStatus

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

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

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

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

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

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

static rxInit() None

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