ArcObjects Library Reference (GeoDatabase)  

ITinSurface.GetIntensity Method

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.

See Also

ITinSurface Interface