ArcObjects Library Reference (DataSourcesRaster)  

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(
  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