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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.