This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSurface Interface > ITinSurface.GetIntensity Method (ArcObjects .NET 10.4 SDK) |
Returns the hillshade brightness value of the plane defined by the three points.
[Visual Basic .NET] Public Function GetIntensity ( _ ByRef pPi As WKSPointZ, _ ByRef pPj As WKSPointZ, _ ByRef pPk As WKSPointZ _ ) As Double
[C#] public double GetIntensity ( ref WKSPointZ pPi, ref WKSPointZ pPj, ref WKSPointZ pPk );
[C++]
HRESULT GetIntensity(
_WKSPointZ* pPi,
_WKSPointZ* pPj,
_WKSPointZ* pPk,
double* pIntensity
);
[C++]
Parameters pPi [in]
pPi is a parameter of type _WKSPointZ pPj [in]
pPj is a parameter of type _WKSPointZ pPk [in]
pPk is a parameter of type _WKSPointZ pIntensity [out, retval] pIntensity is a parameter of type double