EndPIDCol Property

 

The EndPIDCol property returns or sets the end PID column for a flow map. Returns an integer.

 

Syntax

object.EndPIDCol

object.EndPIDCol = EndPIDCol

 

Parameter

Type

Description

EndPIDCol

Integer

required; ending primary ID, column A equals 1

 

Remarks

The EndPIDCol property is used when the FlowMethod Property is mvFlowConnectEnds (connect centroids).

 

Example 1

This example returns the ending PID column for a flow map.

 

Debug.Print FlowMap.EndPIDCol

 

Example 2

This example sets the ending PID column to column B.

 

FlowMap.EndPIDCol = 2

 

Used by: FlowMap object