Editing

<< Click to Display Table of Contents >>

RayQC > 8.0 > User Guide > Command Line Tools > PowerShell Module 

Editing

New-ChecklistElement

Creates a new checklist element.

 

Name 

Type 

Mandatory 

Description 

Group

RayQCGroup

Yes

The group object where the new object will be placed.

Element

RayQCElement

No

The element object to copy. If not specified, a new element will be created.

Position

Integer

No

The position of the new element within the specified group.

 

Returns an object of type RayQCElement representing the created element.

 

New-ChecklistGroup

Creates a new checklist group.

 

Name 

Type 

Mandatory 

Description 

Checklist

RayQCChecklist

Yes

The checklist object.

Group

RayQCGroup

No

The group object where the new group will be placed.

Position

Integer

No

The position of the new element within the specified group.

 

Returns an object of type RayQCGroup representing the created element.