ContainerPreferences Class Reference

ContainerPreferences Class Reference

Class Description

Provides access to container preferences.
+ Inheritance diagram for ContainerPreferences:

Public Member Functions

def DisplayStatus
 
def NoUpdateCheck
 
def SaveAsPreviousAccessType
 
def SetDisplayStatus
 
def SetNoUpdateCheck
 
def SetSaveAsPreviousAccessType
 
def SetStatusUpdateInterval
 
def SetUpdateOnLoad
 
def SetUpdateOnReload
 
def StatusUpdateInterval
 
def UpdateOnLoad
 
def UpdateOnReload
 

Static Public Attributes

 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')
 

Member Function Documentation

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