|
MaxPlus Python API Reference
|
Inheritance diagram for ContainerPreferences:Public Member Functions | |
| def | DisplayStatus (self) |
| def | NoUpdateCheck (self) |
| def | SaveAsPreviousAccessType (self) |
| def | SetDisplayStatus (self, *args) |
| def | SetNoUpdateCheck (self, *args) |
| def | SetSaveAsPreviousAccessType (self, *args) |
| def | SetStatusUpdateInterval (self, *args) |
| def | SetUpdateOnLoad (self, *args) |
| def | SetUpdateOnReload (self, *args) |
| def | StatusUpdateInterval (self) |
| def | UpdateOnLoad (self) |
| def | UpdateOnReload (self) |
Provides access to container preferences.
| 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
| def UpdateOnLoad | ( | self | ) |
UpdateOnLoad(ContainerPreferences self) -> bool
| def UpdateOnReload | ( | self | ) |
UpdateOnReload(ContainerPreferences self) -> bool