Indicates the color for the specified dynamic symbol.
[Visual Basic 6.0] Sub SetColor(
ByVal dynamicSymbolType As esriDynamicSymbolType, _
ByVal Red As Single, _
ByVal Green As Single, _
ByVal Blue As Single, _
ByVal alpha As Single _
)
[Visual Basic .NET] Public Sub SetColor ( _ ByVal dynamicSymbolType As esriDynamicSymbolType, _ ByVal Red As Single, _ ByVal Green As Single, _ ByVal Blue As Single, _ ByVal alpha As Single _ )
[C#] public void SetColor ( esriDynamicSymbolType dynamicSymbolType, float Red, float Green, float Blue, float alpha );
[Java] public void setColor ( esriDynamicSymbolType dynamicSymbolType, float Red, float Green, float Blue, float alpha ) throws IOException, AutomationException
[C++] HRESULT SetColor( esriDynamicSymbolType dynamicSymbolType, float Red, float Green, float Blue, float alpha );
Parameters
dynamicSymbolType [in]
dynamicSymbolType is a parameter of type esriDynamicSymbolType
Red [in]
Red is a parameter of type float
Green [in]
Green is a parameter of type float
Blue [in]
Blue is a parameter of type float
alpha [in]
alpha is a parameter of type float