GcDbUnderlayDefinition

class pygcad.pygrx.GcDbUnderlayDefinition

Bases: GcDbObject

Methods Summary

cast(inPtr)

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

className()

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

desc()

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

dictionaryKey(underlayDefinitionType)

C++: GcDbUnderlayDefinition::dictionaryKey(const class GcRxClass *) --> class GcString

getActiveFileName(*args, **kwargs)

Overloaded function.

getItemName(self)

C++: GcDbUnderlayDefinition::getItemName() const --> const wchar_t *

getSourceFileName(self)

C++: GcDbUnderlayDefinition::getSourceFileName() const --> const wchar_t *

getUnderlayItem(self)

C++: GcDbUnderlayDefinition::getUnderlayItem() const --> const class GcDbUnderlayItem *

isA(self)

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

isLoaded(self)

C++: GcDbUnderlayDefinition::isLoaded() const --> bool

load(self, password)

C++: GcDbUnderlayDefinition::load(const wchar_t *) --> enum Gcad::ErrorStatus

rxInit()

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

setItemName(self, item)

C++: GcDbUnderlayDefinition::setItemName(const wchar_t *) --> enum Gcad::ErrorStatus

setSourceFileName(self, file)

C++: GcDbUnderlayDefinition::setSourceFileName(const wchar_t *) --> enum Gcad::ErrorStatus

setUnderlayItem(self, sourceFileName, ...)

C++: GcDbUnderlayDefinition::setUnderlayItem(const wchar_t *, const wchar_t *, class GcDbUnderlayItem *) --> enum Gcad::ErrorStatus

unload(self)

C++: GcDbUnderlayDefinition::unload() --> void

Methods Documentation

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

static dictionaryKey(underlayDefinitionType: pygcad.pygrx.GcRxClass) pygcad.pygrx.GcString

C++: GcDbUnderlayDefinition::dictionaryKey(const class GcRxClass *) –> class GcString

getActiveFileName(*args, **kwargs)

Overloaded function.

  1. getActiveFileName(self: pygcad.pygrx.GcDbUnderlayDefinition) -> Tuple[pygcad.pygrx.Gcad.ErrorStatus, str]

C++: GcDbUnderlayDefinition::getActiveFileName(const wchar_t *&) const –> enum Gcad::ErrorStatus

  1. getActiveFileName(self: pygcad.pygrx.GcDbUnderlayDefinition, file: pygcad.pygrx.GcString) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbUnderlayDefinition::getActiveFileName(class GcString &) const –> enum Gcad::ErrorStatus

getItemName(self: pygcad.pygrx.GcDbUnderlayDefinition) str

C++: GcDbUnderlayDefinition::getItemName() const –> const wchar_t *

getSourceFileName(self: pygcad.pygrx.GcDbUnderlayDefinition) str

C++: GcDbUnderlayDefinition::getSourceFileName() const –> const wchar_t *

getUnderlayItem(self: pygcad.pygrx.GcDbUnderlayDefinition) GcDbUnderlayItem

C++: GcDbUnderlayDefinition::getUnderlayItem() const –> const class GcDbUnderlayItem *

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

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

isLoaded(self: pygcad.pygrx.GcDbUnderlayDefinition) bool

C++: GcDbUnderlayDefinition::isLoaded() const –> bool

load(self: pygcad.pygrx.GcDbUnderlayDefinition, password: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbUnderlayDefinition::load(const wchar_t *) –> enum Gcad::ErrorStatus

static rxInit() None

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

setItemName(self: pygcad.pygrx.GcDbUnderlayDefinition, item: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbUnderlayDefinition::setItemName(const wchar_t *) –> enum Gcad::ErrorStatus

setSourceFileName(self: pygcad.pygrx.GcDbUnderlayDefinition, file: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbUnderlayDefinition::setSourceFileName(const wchar_t *) –> enum Gcad::ErrorStatus

setUnderlayItem(self: pygcad.pygrx.GcDbUnderlayDefinition, sourceFileName: str, activeFileName: str, pItem: GcDbUnderlayItem) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbUnderlayDefinition::setUnderlayItem(const wchar_t *, const wchar_t *, class GcDbUnderlayItem *) –> enum Gcad::ErrorStatus

unload(self: pygcad.pygrx.GcDbUnderlayDefinition) None

C++: GcDbUnderlayDefinition::unload() –> void