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


ILasPointInfo.SetColor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.SetColor Method
ArcGIS Developer Help

ILasPointInfo.SetColor Method

The red color component.

[Visual Basic .NET]
Public Sub SetColor ( _
    ByVal Red As Integer, _
    ByVal Green As Integer, _
    ByVal Blue As Integer _
)
[C#]
public void SetColor (
    int Red,
    int Green,
    int Blue
);
[C++]
HRESULT SetColor(
  long Red,
  long Green,
  long Blue
);
[C++]
Parameters
Red [in]

Red is a parameter of type long Green [in]
Green is a parameter of type long Blue [in]
Blue is a parameter of type long

Product Availability

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

Description

Sets the red, green and blue color values of the point.

Red is the red color component.

Green is the green color component.

Blue is the blue color component.

See Also

ILasPointInfo Interface