MaxPlus Python API Reference
AssetDirectories Class Reference
+ Inheritance diagram for AssetDirectories:

Public Member Functions

def Add (*args)
 
def AddSession (*args)
 
def Delete (*args)
 
def DeleteSession (*args)
 
def Get (*args)
 
def GetCount (*args)
 
def GetCurrent (*args)
 
def GetCurrentCount (*args)
 
def GetSession (*args)
 
def GetSessionCount (*args)
 
def UpdateSection (*args)
 

Static Public Attributes

 Add = staticmethod(Add)
 
 AddSession = staticmethod(AddSession)
 
 Delete = staticmethod(Delete)
 
 DeleteSession = staticmethod(DeleteSession)
 
 Get = staticmethod(Get)
 
 GetCount = staticmethod(GetCount)
 
 GetCurrent = staticmethod(GetCurrent)
 
 GetCurrentCount = staticmethod(GetCurrentCount)
 
 GetSession = staticmethod(GetSession)
 
 GetSessionCount = staticmethod(GetSessionCount)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
 UpdateSection = staticmethod(UpdateSection)
 

Detailed Description

Asset directory management functions.

Member Function Documentation

◆ Add()

def Add ( args)
Add(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool
Add(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType) -> bool

◆ AddSession()

def AddSession ( args)
AddSession(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool
AddSession(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType) -> bool

◆ Delete()

def Delete ( args)
Delete(int i, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool
Delete(int i, Autodesk::Max::AssetType::Type assetType) -> bool

◆ DeleteSession()

def DeleteSession ( args)
DeleteSession(int i, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool
DeleteSession(int i, Autodesk::Max::AssetType::Type assetType) -> bool

◆ Get()

def Get ( args)
Get(int i, Autodesk::Max::AssetType::Type assetType) -> wchar_t const *

◆ GetCount()

def GetCount ( args)
GetCount(Autodesk::Max::AssetType::Type assetType) -> int

◆ GetCurrent()

def GetCurrent ( args)
GetCurrent(int i, Autodesk::Max::AssetType::Type assetType) -> wchar_t const *

◆ GetCurrentCount()

def GetCurrentCount ( args)
GetCurrentCount(Autodesk::Max::AssetType::Type assetType) -> int

◆ GetSession()

def GetSession ( args)
GetSession(int i, Autodesk::Max::AssetType::Type assetType) -> wchar_t const *

◆ GetSessionCount()

def GetSessionCount ( args)
GetSessionCount(Autodesk::Max::AssetType::Type assetType) -> int

◆ UpdateSection()

def UpdateSection ( args)
UpdateSection(Autodesk::Max::AssetType::Type assetType)