ContainerPreferences Class Reference
Provides access to container preferences.
|
| Always = _MaxPlus.ContainerPreferences_Always |
|
| Never = _MaxPlus.ContainerPreferences_Never |
|
| PerContainer = _MaxPlus.ContainerPreferences_PerContainer |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def DisplayStatus |
( |
|
self | ) |
|
DisplayStatus(ContainerPreferences self) -> Autodesk::Max::ContainerPreferences::DisplayStatusOverride
def NoUpdateCheck |
( |
|
self | ) |
|
NoUpdateCheck(ContainerPreferences self) -> bool
def SaveAsPreviousAccessType |
( |
|
self | ) |
|
SaveAsPreviousAccessType(ContainerPreferences self) -> Autodesk::Max::ContainerObject::AccessType
def SetDisplayStatus |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetDisplayStatus(ContainerPreferences self, Autodesk::Max::ContainerPreferences::DisplayStatusOverride displayStatus)
def SetNoUpdateCheck |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetNoUpdateCheck(ContainerPreferences self, bool noUpdateCheck)
def SetSaveAsPreviousAccessType |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetSaveAsPreviousAccessType(ContainerPreferences self, Autodesk::Max::ContainerObject::AccessType accessType)
def SetStatusUpdateInterval |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetStatusUpdateInterval(ContainerPreferences self, float statusInterval)
def SetUpdateOnLoad |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetUpdateOnLoad(ContainerPreferences self, bool updateOnLoad)
def SetUpdateOnReload |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetUpdateOnReload(ContainerPreferences self, bool updateOnReload)
def StatusUpdateInterval |
( |
|
self | ) |
|
StatusUpdateInterval(ContainerPreferences self) -> float
UpdateOnLoad(ContainerPreferences self) -> bool
def UpdateOnReload |
( |
|
self | ) |
|
UpdateOnReload(ContainerPreferences self) -> bool