This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePoint Interface > ITiePoint.Score Property (ArcObjects .NET 10.4 SDK) |
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