CutCollection Member Details
|
|
CutCollection Public Fields
|
|
|
|
|
|
CutCollection Public Enumerations
|
|
|
|
|
|
CutCollection Constructors
|
New
|
|
Starts a new CutCollection with an Array of Cuts |
Public Sub New(ByVal EGArray As Cut[])
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
EGArray
As
Cut[]
|
|
New
|
|
Starts a new CutCollection with a reference to the RootSA |
Public Sub New(ByVal Root As SheetOfAssertion)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
Root
As
SheetOfAssertion
|
|
New
|
|
Almost plain vanilla constructor |
Public Sub New()
|
Remarks:
|
|
|
Parameters:
|
|
|
|
New
|
|
Starts a new CutCollection with its first element |
Public Sub New(ByVal NewEG As Cut)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
NewEG
As
Cut
|
|
|
|
|
|
|
CutCollection Public Properties
|
Item
|
|
Default Property of this Collection |
Category: Behavior |
Default Public ReadOnly Property Item(ByVal Index As Int32) As Cut
|
Remarks:
|
|
|
IndexParameters:
|
|
ByVal
Index
As
Int32
|
Return Value:
|
|
Cut |
|
|
|
|
|
|
CutCollection Public Methods
|
Add
|
|
Adds a Cut to this CutCollection and Returns its Position in the Collection |
Public Overloads Function Add(ByVal NewCut As Cut) As Int32
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
NewCut
As
Cut
|
Return Value:
|
|
Int32 |
|
|
Clone
|
|
Creates a Shallow Copy of this Collection |
Public Function Clone() As CutCollection
|
Remarks:
|
|
|
Parameters:
|
|
|
Return Value:
|
|
CutCollection |
|
|
ToArray
|
|
Converts this Collection to an Array of Cuts |
Public Overloads Function ToArray(ByRef EGArray As Cut[]) As Int32
|
Remarks:
|
|
|
Parameters:
|
|
ByRef
EGArray
As
Cut[]
|
Return Value:
|
|
Int32 |
|
|
|
|
|
|
|
CutCollection Public Events
|
|
|
|
|