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


ITinTriangle.Intensity Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.Intensity Property
ArcGIS Developer Help

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(
  System.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