Purpose: Specify that all color references in future automation calls will be RGB.
Returns: none
Parameters: none
Example:
With objMilestones
.AllColorsAreRGB
.SetSymbolProperty 1,1,"SymbolColor",RGB(255,0,0) 'Set Symbol Color to Red
.SetSymbolProperty 1,2,"SymbolColor",RGB(0,0,255) 'Set Symbol Color to Blue
end With
See Also:
Milestones Professional 2019 Automation Methods and Properties. © Copyright 2018, KIDASA Software, Inc. All rights reserved.