ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.GetColor Method

The red color component.

[Visual Basic .NET]
Public Sub GetColor ( _
    ByRef pRed As Integer, _
    ByRef pGreen As Integer, _
    ByRef pBlue As Integer _
)
[C#]
public void GetColor (
    ref int pRed,
    ref int pGreen,
    ref int pBlue
);
[C++]
HRESULT GetColor(
  long* pRed,
  long* pGreen,
  long* pBlue
);
[C++]

Parameters

pRed [out]   pRed is a parameter of type long pGreen [out]   pGreen is a parameter of type long pBlue [out]   pBlue is a parameter of type long

Product Availability

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

See Also

ILasPointInfo Interface