HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.SetCol Class Reference
Inheritance diagram for hyperx.api.SetCol:
hyperx.api.ZoneJointContainerCol hyperx.api.IdNameEntityCol hyperx.api.IdEntityCol

Public Member Functions

 __getitem__ (self, int index)
 __init__ (self, _api.SetCol setCol)
 __iter__ (self)
 __len__ (self)
Set Create (self, str name=None)
 Attempt to create a new Set.
Set Get (self, int id)
Set Get (self, item1=None)
Set Get (self, str name)
Public Member Functions inherited from hyperx.api.ZoneJointContainerCol
 __getitem__ (self, int index)
 __init__ (self, _api.ZoneJointContainerCol zoneJointContainerCol)
 __iter__ (self)
 __len__ (self)
Public Member Functions inherited from hyperx.api.IdNameEntityCol
 __getitem__ (self, int index)
 __init__ (self, _api.IdNameEntityCol idNameEntityCol)
 __iter__ (self)
 __len__ (self)
Public Member Functions inherited from hyperx.api.IdEntityCol
 __getitem__ (self, int index)
 __init__ (self, _api.IdEntityCol idEntityCol)
 __iter__ (self)
 __len__ (self)
bool Contains (self, int id)
int Count (self)

Properties

 Folders = property
 SetColList = property
Properties inherited from hyperx.api.ZoneJointContainerCol
 ZoneJointContainerColList = property
Properties inherited from hyperx.api.IdNameEntityCol
 IdNameEntityColList = property
 Names = property
Properties inherited from hyperx.api.IdEntityCol
 IdEntityColList = property
 Ids = property

Additional Inherited Members

Protected Attributes inherited from hyperx.api.IdNameEntityCol
 _CollectedClass = T
Protected Attributes inherited from hyperx.api.IdEntityCol
 _Entity = idEntityCol

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.SetCol.__init__ ( self,
_api.SetCol setCol )

Member Function Documentation

◆ __getitem__()

hyperx.api.SetCol.__getitem__ ( self,
int index )

◆ __iter__()

hyperx.api.SetCol.__iter__ ( self)

◆ __len__()

hyperx.api.SetCol.__len__ ( self)

◆ Create()

Set hyperx.api.SetCol.Create ( self,
str name = None )

Attempt to create a new Set.

Parameters
nameThe name of the set to be created.
Returns
The created Set.

Reimplemented from hyperx.api.ZoneJointContainerCol.

◆ Get() [1/3]

Set hyperx.api.SetCol.Get ( self,
int id )

Reimplemented from hyperx.api.ZoneJointContainerCol.

◆ Get() [2/3]

Set hyperx.api.SetCol.Get ( self,
item1 = None )

Reimplemented from hyperx.api.ZoneJointContainerCol.

◆ Get() [3/3]

Set hyperx.api.SetCol.Get ( self,
str name )

Reimplemented from hyperx.api.ZoneJointContainerCol.

Property Documentation

◆ Folders

hyperx.api.SetCol.Folders = property
static

◆ SetColList

hyperx.api.SetCol.SetColList = property
static

The documentation for this class was generated from the following file:
  • C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py