ArcObjects Library Reference  (Display)    

IDynamicSymbolProperties.GetColor Method

Indicates the color for the specified dynamic symbol.

[Visual Basic 6.0]
Sub GetColor(
    ByVal dynamicSymbolType As esriDynamicSymbolType, _
    Red As Single, _
    Green As Single, _
    Blue As Single, _
    alpha As Single _
)
[Visual Basic .NET]
Public Sub GetColor ( _
    ByVal dynamicSymbolType As esriDynamicSymbolType, _
    ByRef Red As Single&, _
    ByRef Green As Single&, _
    ByRef Blue As Single&, _
    ByRef alpha As Single& _
)
[C#]
public void GetColor (
    esriDynamicSymbolType dynamicSymbolType,
    ref Single& Red,
    ref Single& Green,
    ref Single& Blue,
    ref Single& alpha
);
[Java]
public void getColor (
    esriDynamicSymbolType dynamicSymbolType,
    Single& Red,
    Single& Green,
    Single& Blue,
    Single& alpha
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetColor(
  esriDynamicSymbolType dynamicSymbolType,
  float* Red,
  float* Green,
  float* Blue,
  float* alpha
);
[C++]

Parameters

dynamicSymbolType [in]

  dynamicSymbolType is a parameter of type esriDynamicSymbolType

Red [in, out]

  Red is a parameter of type float

Green [in, out]

  Green is a parameter of type float

Blue [in, out]

  Blue is a parameter of type float

alpha [in, out]

  alpha is a parameter of type float

Product Availability

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

See Also

IDynamicSymbolProperties Interface

 


Feedback Send feedback on this page