This document is archived and information here might be outdated.  Recommended version.


IConstructMultipoint Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructMultipoint Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IConstructMultipoint

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