CreateIntersectionPoints

 

The CreateIntersectionPoints method creates a point at each place selected areas and curves intersect with one another.

 

Syntax

object.CreateIntersectionPoints( CreatePointsOnAnotherLayer, LayerName, SymbolSet, SymbolIndex, SymbolSize, SymbolFillColor, SymbolLineColor, IDMethod, IndexStartVal, CreatePID, CreateSID, CreateAttrib1, CreateAttrib2, PIDPrefix, SIDPrefix, Attrib1Prefix, Attrib2Prefix, PIDSuffix, SIDSuffix, Attrib1Suffix, Attrib2Suffix, KeepOrgObj )

 

Parameter

Type

Description

CreatePointsOnAnotherLayer

Boolean

optional; true to create the points on another layer

LayerName

String

optional; if CreatePointsOnAnotherLayer is true, layer name

SymbolSet

String

optional; symbol set name

SymbolIndex

Integer

optional; symbol number

SymbolSize

Double

optional; symbol size in page units

SymbolFillColor

MVColor

optional; symbol fill color

SymbolLineColor

MVColor

optional; symbol outline color

IDMethod

MVIDCreationMethod

optional; object ID method

IndexStartVal

Integer

optional; index start value when the IDMethod is mvIDCreateionPrefixIndexSuffix

CreatePID

Boolean

optional; true to create primary IDs when the IDMethod is mvIDCreateionPrefixIndexSuffix

CreateSID

Boolean

optional; true to create secondary IDs when the IDMethod is mvIDCreateionPrefixIndexSuffix

CreateAttrib1

Boolean

optional; true to create attribute 1 IDs when the IDMethod is mvIDCreateionPrefixIndexSuffix

CreateAttrib2

Boolean

optional; true to create attribute 2 IDs when the IDMethod is mvIDCreateionPrefixIndexSuffix

PIDPrefix

String

optional; indexed primary ID prefix when CreatePID is true

SIDPrefix

String

optional; indexed secondary ID prefix when CreatePID is true

Attrib1Prefix

String

optional; indexed attribute 1 ID prefix when CreatePID is true

Attrib2Prefix

String

optional; indexed attribute 2 ID prefix when CreatePID is true

PIDSuffix

String

optional; indexed primary ID suffix when CreatePID is true

SIDSuffix

String

optional; indexed secondary ID suffix when CreatePID is true

Attrib1Suffix

String

optional; indexed attribute 1 ID suffix when CreatePID is true

Attrib2Suffix

String

optional; indexed attribute 2 ID suffix when CreatePID is true

KeepOrgObj

Boolean

optional; true to keep original objects

 

Remarks

 

Example

 

 

Used by: Selection collection