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

Public Member Functions

def GetPartA (self)
 
def GetPartB (self)
 
def SetPartA (self, *args)
 
def SetPartB (self, *args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Public Attributes

 this
 

Static Public Attributes

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Represents the unique class ID for a 3ds Max plug-in. Plus-ins with different SuperClassIds may have the same class-id.

Member Function Documentation

◆ GetPartA()

def GetPartA (   self)
GetPartA(Class_ID self) -> ULONG

◆ GetPartB()

def GetPartB (   self)
GetPartB(Class_ID self) -> ULONG

◆ SetPartA()

def SetPartA (   self,
args 
)
SetPartA(Class_ID self, ulong aa)

◆ SetPartB()

def SetPartB (   self,
args 
)
SetPartB(Class_ID self, ulong bb)