GcDbDimStyleTable

class pygcad.pygrx.GcDbDimStyleTable

Bases: GcDbSymbolTable

Methods Summary

add(*args, **kwargs)

Overloaded function.

cast(inPtr)

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

className()

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

desc()

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

getAt(self, entryName, openMode, openErasedRec)

C++: GcDbDimStyleTable::getAt(const wchar_t *, GcDbDimStyleTableRecord *&, enum GcDb::OpenMode, bool) const --> enum Gcad::ErrorStatus

getObjIdAt(self, entryName[, getErasedRec])

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

isA(self)

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

newIterator(self[, atBeginning, skipDeleted])

C++: GcDbDimStyleTable::newIterator(GcDbDimStyleTableIterator *&, bool, bool) const --> enum Gcad::ErrorStatus

rxInit()

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

Methods Documentation

add(*args, **kwargs)

Overloaded function.

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

C++: GcDbDimStyleTable::add(class GcDbDimStyleTableRecord *) –> enum Gcad::ErrorStatus

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

C++: GcDbDimStyleTable::add(class GcDbDimStyleTableRecord *) –> enum Gcad::ErrorStatus

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

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

C++: GcDbDimStyleTable::getAt(const wchar_t *, GcDbDimStyleTableRecord *&, enum GcDb::OpenMode, bool) const –> enum Gcad::ErrorStatus

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

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

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

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

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

C++: GcDbDimStyleTable::newIterator(GcDbDimStyleTableIterator *&, bool, bool) const –> enum Gcad::ErrorStatus

static rxInit() None

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