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


tagPALETTEENTRY Structure (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalystUI)  

tagPALETTEENTRY Structure

Syntax

[Visual Basic .NET]
Public Sub New ( _
   peRed As Byte,
   peGreen As Byte,
   peBlue As Byte,
   peFlags As Byte
)
[C#]
public tagPALETTEENTRY {
   Byte peRed,
   Byte peGreen,
   Byte peBlue,
   Byte peFlags
)
[C++]
typedef struct tagPALETTEENTRY {
Byte peRed;
Byte peGreen;
Byte peBlue;
Byte peFlags; } tagPALETTEENTRY;

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.