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

Public Member Functions

 __getitem__ (self, int index)
 __init__ (self, _api.AnalysisPropertyCol analysisPropertyCol)
 __iter__ (self)
 __len__ (self)
AnalysisProperty CreateAnalysisProperty (self, types.FamilyCategory type, str name=None)
 Create an AnalysisProperty.
bool DeleteAnalysisProperty (self, int id)
bool DeleteAnalysisProperty (self, item1=None)
bool DeleteAnalysisProperty (self, str name)
AnalysisProperty Get (self, int id)
AnalysisProperty Get (self, item1=None)
AnalysisProperty Get (self, str name)
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

 AnalysisPropertyColList = 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.AnalysisPropertyCol.__init__ ( self,
_api.AnalysisPropertyCol analysisPropertyCol )

Member Function Documentation

◆ __getitem__()

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

◆ __iter__()

hyperx.api.AnalysisPropertyCol.__iter__ ( self)

◆ __len__()

hyperx.api.AnalysisPropertyCol.__len__ ( self)

◆ CreateAnalysisProperty()

AnalysisProperty hyperx.api.AnalysisPropertyCol.CreateAnalysisProperty ( self,
types.FamilyCategory type,
str name = None )

Create an AnalysisProperty.

◆ DeleteAnalysisProperty() [1/3]

bool hyperx.api.AnalysisPropertyCol.DeleteAnalysisProperty ( self,
int id )

◆ DeleteAnalysisProperty() [2/3]

bool hyperx.api.AnalysisPropertyCol.DeleteAnalysisProperty ( self,
item1 = None )

◆ DeleteAnalysisProperty() [3/3]

bool hyperx.api.AnalysisPropertyCol.DeleteAnalysisProperty ( self,
str name )

◆ Get() [1/3]

AnalysisProperty hyperx.api.AnalysisPropertyCol.Get ( self,
int id )

Reimplemented from hyperx.api.IdNameEntityCol.

◆ Get() [2/3]

AnalysisProperty hyperx.api.AnalysisPropertyCol.Get ( self,
item1 = None )

Reimplemented from hyperx.api.IdNameEntityCol.

◆ Get() [3/3]

AnalysisProperty hyperx.api.AnalysisPropertyCol.Get ( self,
str name )

Reimplemented from hyperx.api.IdNameEntityCol.

Property Documentation

◆ AnalysisPropertyColList

hyperx.api.AnalysisPropertyCol.AnalysisPropertyColList = property
static

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