Description

Each McGraphObjPoint in the collection is assigned a new Shape property.

Return Type

None  

Syntax

object.SetPointShape mgopsNew

The SetPointShape Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDisplayedObjects.
mgopsNewRequired. A mcGraphObjPointShape enumeration, as described in settings.

The new shape to assign.

Settings

The settings for mgopsNew are:

ConstantValueDescription
 mcgpsMultiple-1

Marker is some multiple set of AddShapeElement points.

 mcgpsNone0

Marker is a single point.

 mcgpsLargeCircle6

Marker is a large circle.

 mcgpsSmallCircle7

Marker is a small circle.

 mcgpsLargeCross908

Marker is a large cross.

 mcgpsLargeCross459

Marker is a large diagonal cross.

 mcgpsSmallCross9010

Marker is a small cross.

 mcgpsSmallCross4511

Marker is a small diagonal cross.

 mcgpsCrossCursor12

Marker is a cursor like cross.

 mcgpsLargeSquare13

Marker is a large square.

 mcgpsSmallSquare14

Marker is a small square.

 mcgpsLargeDiamond15

Marker is a large diamond.

 mcgpsSmallDiamond16

Marker is a small diamond.

 mcgpsStar817

Marker is a star with 8 branches.

 mcgpsTriangleUp18

Marker is a triangle.

 mcgpsTriangledown19

Marker is an upside-down triangle.

 mcgpsLargeTarget9020

Marker is a large circle with a cross

 mcgpsLargeTarget4521

Marker is a large circle with a diagonal cross

 mcgpsSmallTarget9022

Marker is a small circle with a cross

 mcgpsSmallTarget4523

Marker is a small circle with a diagonal cross

Remarks

Any McGraphObj instances that are not of the McGraphObjPoint class are skipped.