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


IKeyframe.PropertyValueRGBColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IKeyframe.PropertyValueRGBColor Property

The value of an RGB Color-typed property.

[Visual Basic .NET]
Public Function get_PropertyValueRGBColor ( _
    ByVal propIndex As Integer _
) As IColor
[Visual Basic .NET]
Public Sub set_PropertyValueRGBColor ( _
    ByVal propIndex As Integer, _
    ByVal ppColor As IColor _
)
[C#]
public IColor get_PropertyValueRGBColor (
    int propIndex
);
[C#]
public void set_PropertyValueRGBColor (
    int propIndex,
    IColor ppColor
);
[C++]
HRESULT get_PropertyValueRGBColor(
  long propIndex,
  IColor** ppColor
);
[C++]
HRESULT put_PropertyValueRGBColor(
  long propIndex,
  IColor* ppColor
);
[C++]

Parameters propIndex [in] propIndex is a parameter of type long ppColor [out, retval]
ppColor is a parameter of type IColor propIndex [in] propIndex is a parameter of type long ppColor [in]
ppColor is a parameter of type IColor

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IKeyframe Interface