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


IPnt Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPnt Interface
ArcGIS Developer Help

IPnt Interface

Provides access to members that control a portable point.

Product Availability

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

When To Use

The DblPnt object is used by raster objects, including the Raster, RasterBand, and PixelBlock, to specify coordinates or extent information.

Members

Name Description
Method Convert2Point Set Esri's Point Object from Pnt.
Method Set2Point Reset from Esri's Point Object.
Method SetCoords Set X and Y coordinates of the point.
Read/write property X X coordinate of the point.
Read/write property Y Y coordinate of the point.

Classes that implement IPnt

Classes Description
DblPnt (esriDataSourcesRaster) A simple point class.
Pnt A 2D point for representing raster dimension and location in pixels.

.NET Samples

Create a custom raster function Create an NDVI custom raster function