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


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

ILasPointEdit4.UpdateColor Method

Update point color. Use -1 for color bands to be excluded.

[Visual Basic .NET]
Public Sub UpdateColor ( _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal FileIndex As Integer, _
    ByVal pRasterDataset As IRasterDataset, _
    ByVal pAOI As IGeometry, _
    ByVal bandRed As Integer, _
    ByVal bandGreen As Integer, _
    ByVal bandBlue As Integer, _
    ByVal bandNIR As Integer, _
    ByVal bCalculateStats As Boolean _
)
[C#]
public void UpdateColor (
    ITrackCancel pTrackCancel,
    int FileIndex,
    IRasterDataset pRasterDataset,
    IGeometry pAOI,
    int bandRed,
    int bandGreen,
    int bandBlue,
    int bandNIR,
    bool bCalculateStats
);
[C++]
HRESULT UpdateColor(
  ITrackCancel* pTrackCancel,
  long FileIndex,
  IRasterDataset* pRasterDataset,
  IGeometry* pAOI,
  long bandRed,
  long bandGreen,
  long bandBlue,
  long bandNIR,
  VARIANT_BOOL bCalculateStats
);
[C++]
Parameters
pTrackCancel [in]

pTrackCancel is a parameter of type ITrackCancel* FileIndex [in]
FileIndex is a parameter of type long pRasterDataset [in]
pRasterDataset is a parameter of type IRasterDataset* pAOI [in]
pAOI is a parameter of type IGeometry* bandRed [in]
bandRed is a parameter of type long bandGreen [in]
bandGreen is a parameter of type long bandBlue [in]
bandBlue is a parameter of type long bandNIR [in]
bandNIR is a parameter of type long bCalculateStats [in]
bCalculateStats is a parameter of type bool

Product Availability

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

See Also

ILasPointEdit4 Interface