ArcObjects Library Reference (Geometry)  

IConstructMultipoint Interface

Provides access to members that construct multiple points using other geometries and values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Constructs a Multipoint according to various properties of an input geometry or relations between input geometries.  Useful in finding the points corresponding to properties that are not satisfied by a single output Point.

Members

Description
Method ConstructArcPoints Constructs the four arc points (fromPoint, toPoint, center point, intersection point of the tangents at fromPoint and toPoint, in that order) for the specified circular arc.
Method ConstructDivideEqual Constructs cPoints points evenly distributed along the input curve.
Method ConstructDivideLength Places points along the input curve each seperate by the specified distance.
Method ConstructIntersection Constructs the point(s) of intersection/tangency between two segments. Different ways of extending the segments in order to locate additional points can be specified.
Method ConstructIntersectionEx Constructs the point(s) of intersection/tangency between two segments. Different ways of extending the segments in order to locate additional points can be specified.
Method ConstructTangent Constructs all points of tangency to a curve from a point.

CoClasses that implement IConstructMultipoint

CoClasses and Classes Description
Multipoint An ordered collection of points; optionally has measure, height and ID attributes.

.NET Related Topics

How to create a multipoint using the ConstructIntersectionEx method |