This document is archived and information here might be outdated.  Recommended version.


ITinSurface.GetIntensity Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSurface Interface > ITinSurface.GetIntensity Method
ArcGIS Developer Help

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
);
[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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinSurface Interface