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


ITiePoint.Score Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePoint Interface > ITiePoint.Score Property
ArcGIS Developer Help

ITiePoint.Score Property

The tie point's quality score.

[Visual Basic .NET]
Public Property Score As Double
[C#]
public double Score {get; set;}
[C++]
HRESULT get_Score(
  System.Double* pScore
);
[C++]
HRESULT put_Score(
  double pScore
);
[C++]
Parameters
pScore [out, retval]

pScore is a parameter of type double* pScore [in]
pScore is a parameter of type double

Product Availability

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

See Also

ITiePoint Interface