GetBranchSection Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

GetBranchSection Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure GetBranchSection(

const BranchName: WideString;

SectionID: Integer;

out ConductorStr, UserCode: WideString;

out Quantity : Integer;

out Distance, Temperature, Derating: Double;  

out X1, Y1, X2, Y2: Integer

);

Section

Description

Gets the specifications of a Branch Section.

Section

Parameters

Input Parameter<

Usage

BranchName

Branch Name

SectionID

Section of the Branch from which to obtain the specifications

Output Parameter

Usage

ConductorStr

Branch Section Conductor

UserCode

Branch Section User Code

Quantity

Branches in Parallel

Distance

Branch Section Length

Temperature

Branch Section Operating Temperature

Derating

Branch Section Derating

X1

Start Point X Co-ordinate

Y1

Start Point Y Co-ordinate

X2

End Point X Co-ordinate

Y2

End Point Y Co-ordinate

Section

Method Result

None

Section

Example

PowaMasterObj.GetBranchSection( BranchName, SectionID, ConductorStr, UserCode, Quantity, Distance, Temp, Derating, X1, Y1, X2, Y2)

Section

See Also

SetBranchSection

Section