MaxPlus Python API Reference
ContainerPreferences Class 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)
 

Static Public Attributes

 Always = _MaxPlus.ContainerPreferences_Always
 
 Never = _MaxPlus.ContainerPreferences_Never
 
 PerContainer = _MaxPlus.ContainerPreferences_PerContainer
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Provides access to container preferences.

Member Function Documentation

◆ DisplayStatus()

def DisplayStatus (   self)
DisplayStatus(ContainerPreferences self) -> Autodesk::Max::ContainerPreferences::DisplayStatusOverride

◆ NoUpdateCheck()

def NoUpdateCheck (   self)
NoUpdateCheck(ContainerPreferences self) -> bool

◆ SaveAsPreviousAccessType()

def SaveAsPreviousAccessType (   self)
SaveAsPreviousAccessType(ContainerPreferences self) -> Autodesk::Max::ContainerObject::AccessType

◆ SetDisplayStatus()

def SetDisplayStatus (   self,
args 
)
SetDisplayStatus(ContainerPreferences self, Autodesk::Max::ContainerPreferences::DisplayStatusOverride displayStatus)

◆ SetNoUpdateCheck()

def SetNoUpdateCheck (   self,
args 
)
SetNoUpdateCheck(ContainerPreferences self, bool noUpdateCheck)

◆ SetSaveAsPreviousAccessType()

def SetSaveAsPreviousAccessType (   self,
args 
)
SetSaveAsPreviousAccessType(ContainerPreferences self, Autodesk::Max::ContainerObject::AccessType accessType)

◆ SetStatusUpdateInterval()

def SetStatusUpdateInterval (   self,
args 
)
SetStatusUpdateInterval(ContainerPreferences self, float statusInterval)

◆ SetUpdateOnLoad()

def SetUpdateOnLoad (   self,
args 
)
SetUpdateOnLoad(ContainerPreferences self, bool updateOnLoad)

◆ SetUpdateOnReload()

def SetUpdateOnReload (   self,
args 
)
SetUpdateOnReload(ContainerPreferences self, bool updateOnReload)

◆ StatusUpdateInterval()

def StatusUpdateInterval (   self)
StatusUpdateInterval(ContainerPreferences self) -> float

◆ UpdateOnLoad()

def UpdateOnLoad (   self)
UpdateOnLoad(ContainerPreferences self) -> bool

◆ UpdateOnReload()

def UpdateOnReload (   self)
UpdateOnReload(ContainerPreferences self) -> bool