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


IKeyframe.PropertyValueRGBColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.PropertyValueRGBColor Property
ArcGIS Developer Help

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 put_PropertyValueRGBColor(
  long propIndex,
  IColor* ppColor
);
[C++]
Parameters
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