This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructMultipoint Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that construct multiple points using other geometries and values.
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.
Description | ||
---|---|---|
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. | |
ConstructDivideEqual | Constructs cPoints points evenly distributed along the input curve. | |
ConstructDivideLength | Places points along the input curve each seperate by the specified distance. | |
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. | |
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. | |
ConstructTangent | Constructs all points of tangency to a curve from a point. |
CoClasses and Classes | Description |
---|---|
Multipoint | An ordered collection of points; optionally has measure, height and ID attributes. |