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