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


IPointMeasurement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface
ArcGIS Developer Help

IPointMeasurement Interface

Point measurement and its associated uncertainty information.

Product Availability

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

Members

Name Description
Read/write property ErrorCovarianceMatrix The error covariance matrix that is associated with this IPointMeasurement.
Read/write property HorizontalUnit The unit of the horizontal axes for this IPointMeasurement.
Read-only property IsHorizontalUnitLinear Indicates if the unit of the horizontal axes is a linear unit.
Method Reset Resets all the properties of this IPointMeasurement to their default values.
Read/write property VerticalUnit The unit of the vertical axis for this IPointMeasurement.
Read/write property XCoordinate The X or longitude measurement.
Read/write property YCoordinate The Y or latitude measurement.
Read/write property ZCoordinate The Z or orthometric height measurement.

Classes that implement IPointMeasurement

Classes Description
PointMeasurement Implements interface IPointMeasurement (point measurement with the associated error covariance matrix).