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


ILasPointInfo2.NearInfraredColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo2 Interface > ILasPointInfo2.NearInfraredColor Property
ArcGIS Developer Help

ILasPointInfo2.NearInfraredColor Property

Near infrared color.

[Visual Basic .NET]
Public Property NearInfraredColor As Integer
[C#]
public int NearInfraredColor {get; set;}
[C++]
HRESULT get_NearInfraredColor(
  long pColor
);
[C++]
HRESULT put_NearInfraredColor(
  System.Int32* pColor
);
[C++]
Parameters
pColor [in]

pColor is a parameter of type long pColor [out, retval]
pColor is a parameter of type long*

Product Availability

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

See Also

ILasPointInfo2 Interface