SetStatus Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Edit >

SetStatus Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure SetStatus(

Element: Integer;

const Name: WideString;

Status: Integer

);

Section

Description

Sets Selected Elements Status.

Section

Parameters

 

Input Parameter

Usage

Element

Element Type

Name

Element Name

Status

Element Status (1 - In Service ,  0 - Out of Service)

Section

Method Result

None

Section

Example

PowaMasterObj.SetStatus( Element, Name, Status);

Section

See Also

Delete

Move

Section