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


ITinTriangle.Intensity Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.Intensity Property

The brightness value of the specified triangle.

[Visual Basic .NET]
Public ReadOnly Property Intensity As Double
[C#]
public double Intensity {get;}
[C++]
HRESULT get_Intensity(
  double* pIntensity
);
[C++]

Parameters pIntensity [out, retval] pIntensity is a parameter of type double

Product Availability

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

See Also

ITinTriangle Interface