Read-only
About Segment Sweep
About PMAR

SegmentNumber Property


Description

Returns the number of the current segment, PowerSensorCalFactorSegment or PowerLossSegment object.

 VB Syntax

seg.SegmentNumber

Variable

(Type) - Description

seg

Any of the following objects:

A Segment (Object)

A PowerSensorCalFactorSegment (Object)

A PowerSensorCalFactorSegmentPMAR Object (Object)

A PowerLossSegment (Object)

A PowerLossSegmentPMAR (Object)

Return Type

Long Integer

Default

Not Applicable

Examples

segNum = seg.SegmentNumber 'returns the segment number -Read

C++ Syntax

HRESULT get_SegmentNumber(long *pVal)

Interface

ISegment
IPowerSensorCalFactorSegment

IPowerLossSegment